mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Allow for optional typing
Contributes to CL-1222
This commit is contained in:
parent
2d77792988
commit
53e07eadd3
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ from UM.i18n import i18nCatalog
|
|||
from . import ClusterUM3OutputDevice, LegacyUM3OutputDevice
|
||||
from .Cloud.CloudOutputDeviceManager import CloudOutputDeviceManager
|
||||
|
||||
from typing import Optional
|
||||
|
||||
i18n_catalog = i18nCatalog("cura")
|
||||
|
||||
## This plugin handles the connection detection & creation of output device objects for the UM3 printer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue