mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Removing unused imports
This commit is contained in:
parent
5d00c3120d
commit
c986fa0268
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
from UM.Logger import Logger
|
||||
from UM.SaveFile import SaveFile
|
||||
from UM.Settings.Profile import Profile
|
||||
from UM.Settings.ProfileWriter import ProfileWriter
|
||||
|
||||
## Writes profiles to Cura's own profile format with config files.
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
from UM.Mesh.MeshWriter import MeshWriter
|
||||
from UM.Logger import Logger
|
||||
from UM.Application import Application
|
||||
import io
|
||||
import re #For escaping characters in the settings.
|
||||
import copy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue