Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2020-04-10 14:58:10 +0300
committerJaime van Kessel <nallath@gmail.com>2020-04-10 14:58:10 +0300
commit2e9dca71ce1c506535bffe2d04f79045e5f9a019 (patch)
tree67eaafe7101f715e8274ae63651e456e9c253d1c /plugins/XmlMaterialProfile/tests
parentfe27da5e8a945d8b79834aa5779b323045f7e742 (diff)
Remove a number of unused imports
Diffstat (limited to 'plugins/XmlMaterialProfile/tests')
-rw-r--r--plugins/XmlMaterialProfile/tests/TestXmlMaterialProfile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/XmlMaterialProfile/tests/TestXmlMaterialProfile.py b/plugins/XmlMaterialProfile/tests/TestXmlMaterialProfile.py
index 1bc19f773a..ef1587a70b 100644
--- a/plugins/XmlMaterialProfile/tests/TestXmlMaterialProfile.py
+++ b/plugins/XmlMaterialProfile/tests/TestXmlMaterialProfile.py
@@ -1,6 +1,4 @@
from unittest.mock import patch, MagicMock
-import sys
-import os
# Prevents error: "PyCapsule_GetPointer called with incorrect name" with conflicting SIP configurations between Arcus and PyQt: Import Arcus and Savitar first!
import Savitar # Dont remove this line