mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 21:59:37 +08:00
Added an extra import module, did not pass coding style test
CURA-5936
This commit is contained in:
parent
c765615f1a
commit
088b2f6f28
@ -6,6 +6,7 @@ import io #To write config files to strings as if they were files.
|
|||||||
import os.path #To get the path to write new user profiles to.
|
import os.path #To get the path to write new user profiles to.
|
||||||
from typing import Dict, List, Optional, Set, Tuple
|
from typing import Dict, List, Optional, Set, Tuple
|
||||||
import urllib #To serialise the user container file name properly.
|
import urllib #To serialise the user container file name properly.
|
||||||
|
import urllib.parse
|
||||||
|
|
||||||
import UM.VersionUpgrade #To indicate that a file is of incorrect format.
|
import UM.VersionUpgrade #To indicate that a file is of incorrect format.
|
||||||
import UM.VersionUpgradeManager #To schedule more files to be upgraded.
|
import UM.VersionUpgradeManager #To schedule more files to be upgraded.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user