mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:19:03 +08:00
Remove unused imports
Contributes to issue CURA-6600.
This commit is contained in:
parent
01eaaf045d
commit
8fb0a09460
@ -1,10 +1,10 @@
|
||||
# Copyright (c) 2019 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
from collections import defaultdict, OrderedDict
|
||||
from collections import defaultdict
|
||||
import copy
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user