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:
Ghostkeeper 2018-09-14 11:30:25 +02:00
parent c840680e68
commit 572afb052e
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -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.
import configparser #To parse the files we need to upgrade and write the new files.
import io #To serialise configparser output to a string.
from UM.VersionUpgrade import VersionUpgrade
from cura.CuraApplication import CuraApplication
# a dict of renamed quality profiles: <old_id> : <new_id>
_renamed_quality_profiles = {