mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Fix typing imports.
This commit is contained in:
parent
16b90d00b7
commit
19d334f35c
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import collections
|
import collections
|
||||||
from UM.i18n import i18nCatalog
|
from UM.i18n import i18nCatalog
|
||||||
|
from typing import Dict, Optional
|
||||||
catalog = i18nCatalog("cura")
|
catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
intent_translations = collections.OrderedDict() # type: "collections.OrderedDict[str, Dict[str, Optional[str]]]"
|
intent_translations = collections.OrderedDict() # type: "collections.OrderedDict[str, Dict[str, Optional[str]]]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue