From 8fb0a09460cd58624efe0087dc5735a6a2b5ea69 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 13 Aug 2019 14:06:42 +0200 Subject: [PATCH] Remove unused imports Contributes to issue CURA-6600. --- cura/Machines/MaterialManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cura/Machines/MaterialManager.py b/cura/Machines/MaterialManager.py index 26dba85b54..b66dc8510f 100644 --- a/cura/Machines/MaterialManager.py +++ b/cura/Machines/MaterialManager.py @@ -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