Allow for optional typing

Contributes to CL-1222
This commit is contained in:
Ian Paschal 2019-02-08 13:03:10 +01:00
parent 2d77792988
commit 53e07eadd3

View file

@ -22,6 +22,8 @@ from UM.i18n import i18nCatalog
from . import ClusterUM3OutputDevice, LegacyUM3OutputDevice from . import ClusterUM3OutputDevice, LegacyUM3OutputDevice
from .Cloud.CloudOutputDeviceManager import CloudOutputDeviceManager from .Cloud.CloudOutputDeviceManager import CloudOutputDeviceManager
from typing import Optional
i18n_catalog = i18nCatalog("cura") i18n_catalog = i18nCatalog("cura")
## This plugin handles the connection detection & creation of output device objects for the UM3 printer. ## This plugin handles the connection detection & creation of output device objects for the UM3 printer.