From 02cb41e00735ac8feb0ab8d1931d5172b9c1146d Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Wed, 15 May 2019 10:31:00 +0200 Subject: [PATCH] Improve typings 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 4a5761cd9b..814193c835 100644 --- a/cura/API/Machines.py +++ b/cura/API/Machines.py @@ -7,7 +7,7 @@ from UM.i18n import i18nCatalog from UM.Logger import Logger if TYPE_CHECKING: from cura.CuraApplication import CuraApplication - from cura.PrinterOutput.PrinterOutputDevice import PrinterOutputDevice + from cura.PrinterOutput.PrinterOutputDevice import PrinterOutputDevice, ConnectionType i18n_catalog = i18nCatalog("cura")