Remove unused import

Discovered during work on CURA-5787.
This commit is contained in:
Ghostkeeper 2019-02-14 13:54:03 +01:00
parent 6e883c0431
commit 8c3f7a065d
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -1,11 +1,10 @@
# Copyright (c) 2017 Ultimaker B.V.
# Copyright (c) 2019 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
import xml.etree.ElementTree as ET
from UM.VersionUpgrade import VersionUpgrade
from cura.CuraApplication import CuraApplication
from .XmlMaterialProfile import XmlMaterialProfile