mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 05:15:54 +08:00
Remove unused TYPE_CHECKING import
This commit is contained in:
parent
ef5ca6f5a9
commit
cf27a211df
@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2018 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
import json
|
||||
from typing import TYPE_CHECKING, Dict, Optional
|
||||
from typing import Dict, Optional
|
||||
|
||||
from PyQt5.QtNetwork import QNetworkRequest, QNetworkReply
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user