Remove unused imports

CURA-8588
This commit is contained in:
Jaime van Kessel 2022-01-03 11:13:28 +01:00
parent 6a39862349
commit 852076460f

View File

@ -1,10 +1,9 @@
# Copyright (c) 2021 Ultimaker B.V.
# Copyright (c) 2022 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
import os.path
from PyQt5.QtCore import pyqtProperty, pyqtSignal, pyqtSlot, QObject
from PyQt5.QtQml import qmlRegisterType
from typing import Optional, TYPE_CHECKING
from typing import Optional
from cura.CuraApplication import CuraApplication # Creating QML objects and managing packages.