mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 09:14:24 +08:00
Fix typing imports.
This commit is contained in:
parent
16b90d00b7
commit
19d334f35c
@ -1,5 +1,6 @@
|
||||
import collections
|
||||
from UM.i18n import i18nCatalog
|
||||
from typing import Dict, Optional
|
||||
catalog = i18nCatalog("cura")
|
||||
|
||||
intent_translations = collections.OrderedDict() # type: "collections.OrderedDict[str, Dict[str, Optional[str]]]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user