mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 12:59:00 +08:00
Remove unused import
This import was actually causing the test to fail on my computer due to a dependency on the order of importing libArcus vs. PyQt.
This commit is contained in:
parent
c840680e68
commit
572afb052e
@ -1,11 +1,10 @@
|
|||||||
# Copyright (c) 2017 Ultimaker B.V.
|
# Copyright (c) 2018 Ultimaker B.V.
|
||||||
# Cura is released under the terms of the LGPLv3 or higher.
|
# Cura is released under the terms of the LGPLv3 or higher.
|
||||||
|
|
||||||
import configparser #To parse the files we need to upgrade and write the new files.
|
import configparser #To parse the files we need to upgrade and write the new files.
|
||||||
import io #To serialise configparser output to a string.
|
import io #To serialise configparser output to a string.
|
||||||
|
|
||||||
from UM.VersionUpgrade import VersionUpgrade
|
from UM.VersionUpgrade import VersionUpgrade
|
||||||
from cura.CuraApplication import CuraApplication
|
|
||||||
|
|
||||||
# a dict of renamed quality profiles: <old_id> : <new_id>
|
# a dict of renamed quality profiles: <old_id> : <new_id>
|
||||||
_renamed_quality_profiles = {
|
_renamed_quality_profiles = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user