Added an extra import module, did not pass coding style test

CURA-5936
This commit is contained in:
Aleksei S 2018-11-22 11:36:32 +01:00
parent c765615f1a
commit 088b2f6f28

View File

@ -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.