mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Fix missing import
Related to https://github.com/Ultimaker/Cura/pull/7726
This commit is contained in:
parent
79a816db6b
commit
e000efe493
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
import configparser
|
import configparser
|
||||||
from typing import Tuple, List, Dict, Set
|
from typing import Tuple, List, Dict, Set
|
||||||
import io
|
import io
|
||||||
|
|
||||||
|
from UM.Util import parseBool
|
||||||
from UM.VersionUpgrade import VersionUpgrade
|
from UM.VersionUpgrade import VersionUpgrade
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue