mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:28:59 +08:00
Fix last typing issue
Contributes to CL-1331
This commit is contained in:
parent
b8ab9f6398
commit
e39769cc00
@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2019 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
from typing import Optional, Dict, TYPE_CHECKING
|
||||
from typing import Optional, Dict, List, TYPE_CHECKING
|
||||
from PyQt5.QtCore import QObject, pyqtSignal, pyqtSlot, pyqtProperty
|
||||
from UM.i18n import i18nCatalog
|
||||
from UM.Logger import Logger
|
||||
|
Loading…
x
Reference in New Issue
Block a user