Remove unused imports

Contributes to issue CURA-6600.
This commit is contained in:
Ghostkeeper 2019-08-13 14:06:42 +02:00
parent 01eaaf045d
commit 8fb0a09460
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -1,10 +1,10 @@
# Copyright (c) 2019 Ultimaker B.V. # Copyright (c) 2019 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
from collections import defaultdict, OrderedDict from collections import defaultdict
import copy import copy
import uuid import uuid
from typing import Dict, Optional, TYPE_CHECKING, Any, Set, List, cast, Tuple from typing import Dict, Optional, TYPE_CHECKING, Any, List, cast
from PyQt5.Qt import QTimer, QObject, pyqtSignal, pyqtSlot from PyQt5.Qt import QTimer, QObject, pyqtSignal, pyqtSlot