mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 08:29:03 +08:00
Removing unused imports
This commit is contained in:
parent
5d00c3120d
commit
c986fa0268
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
from UM.Logger import Logger
|
from UM.Logger import Logger
|
||||||
from UM.SaveFile import SaveFile
|
from UM.SaveFile import SaveFile
|
||||||
from UM.Settings.Profile import Profile
|
|
||||||
from UM.Settings.ProfileWriter import ProfileWriter
|
from UM.Settings.ProfileWriter import ProfileWriter
|
||||||
|
|
||||||
## Writes profiles to Cura's own profile format with config files.
|
## Writes profiles to Cura's own profile format with config files.
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
from UM.Mesh.MeshWriter import MeshWriter
|
from UM.Mesh.MeshWriter import MeshWriter
|
||||||
from UM.Logger import Logger
|
from UM.Logger import Logger
|
||||||
from UM.Application import Application
|
from UM.Application import Application
|
||||||
import io
|
|
||||||
import re #For escaping characters in the settings.
|
import re #For escaping characters in the settings.
|
||||||
import copy
|
import copy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user