mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Added an extra import module, did not pass coding style test
CURA-5936
This commit is contained in:
parent
c765615f1a
commit
088b2f6f28
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
from typing import Dict, List, Optional, Set, Tuple
|
||||
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.VersionUpgradeManager #To schedule more files to be upgraded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue