From 8c3f7a065d2ea988c65a523aa407f040ef99c367 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 14 Feb 2019 13:54:03 +0100 Subject: [PATCH] Remove unused import Discovered during work on CURA-5787. --- plugins/XmlMaterialProfile/XmlMaterialUpgrader.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/XmlMaterialProfile/XmlMaterialUpgrader.py b/plugins/XmlMaterialProfile/XmlMaterialUpgrader.py index 167a9f2849..832a443637 100644 --- a/plugins/XmlMaterialProfile/XmlMaterialUpgrader.py +++ b/plugins/XmlMaterialProfile/XmlMaterialUpgrader.py @@ -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