diff --git a/cura/API/Machines.py b/cura/API/Machines.py index 19057cc127..13f8b3ae6f 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, TYPE_CHECKING +from typing import Optional, Dict, List, TYPE_CHECKING from PyQt5.QtCore import QObject, pyqtSignal, pyqtSlot, pyqtProperty from UM.i18n import i18nCatalog from UM.Logger import Logger