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>2019-09-06 18:38:22 +0300
committerJaime van Kessel <nallath@gmail.com>2019-09-06 18:38:22 +0300
commit7d3a2c60d4996c54bdc38e24aeedd2005a0c535f (patch)
tree893d92d4f589a39887f34e6fef2974a2fa779409 /plugins/XmlMaterialProfile/tests
parent5e41443bef1edc7aa2297bd699dedfec746a37e2 (diff)
Added some missing typing
Diffstat (limited to 'plugins/XmlMaterialProfile/tests')
-rw-r--r--plugins/XmlMaterialProfile/tests/TestXmlMaterialProfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/XmlMaterialProfile/tests/TestXmlMaterialProfile.py b/plugins/XmlMaterialProfile/tests/TestXmlMaterialProfile.py
index e794117946..1bc19f773a 100644
--- a/plugins/XmlMaterialProfile/tests/TestXmlMaterialProfile.py
+++ b/plugins/XmlMaterialProfile/tests/TestXmlMaterialProfile.py
@@ -77,4 +77,3 @@ def test_serializeNonBaseMaterial():
with pytest.raises(NotImplementedError):
# This material is not a base material, so it can't be serialized!
material_1.serialize()
- \ No newline at end of file