mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:59:10 +08:00
Remove superfluous import
Preferences doesn't exist any more. Contributes to issue CURA-844.
This commit is contained in:
parent
724f9ce010
commit
ccf9796b51
@ -4,7 +4,6 @@
|
|||||||
from UM.VersionUpgrade import VersionUpgrade #Superclass of the plugin.
|
from UM.VersionUpgrade import VersionUpgrade #Superclass of the plugin.
|
||||||
|
|
||||||
from . import MachineInstance #To upgrade machine instances.
|
from . import MachineInstance #To upgrade machine instances.
|
||||||
from . import Preferences #To upgrade preferences.
|
|
||||||
from . import Profile #To upgrade profiles.
|
from . import Profile #To upgrade profiles.
|
||||||
|
|
||||||
## Converts configuration from Cura 2.1's file formats to Cura 2.2's.
|
## Converts configuration from Cura 2.1's file formats to Cura 2.2's.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user