From 51d298cca591800096f8b637b5b6a357ae56c58a Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Wed, 15 May 2019 10:58:56 +0200 Subject: [PATCH] Update Machines.py Contributes to CL-1331 --- cura/API/Machines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/API/Machines.py b/cura/API/Machines.py index a9588c1844..de9f378d79 100644 --- a/cura/API/Machines.py +++ b/cura/API/Machines.py @@ -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, List, TYPE_CHECKING +from typing import Optional, Dict, List, TYPE_CHECKING, Any from PyQt5.QtCore import QObject, pyqtSignal, pyqtSlot, pyqtProperty from UM.i18n import i18nCatalog from UM.Logger import Logger