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:
Diffstat (limited to 'tests/Settings/TestExtruderStack.py')
-rw-r--r--tests/Settings/TestExtruderStack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Settings/TestExtruderStack.py b/tests/Settings/TestExtruderStack.py
index 0af0f1dcf3..c5ecdea5c4 100644
--- a/tests/Settings/TestExtruderStack.py
+++ b/tests/Settings/TestExtruderStack.py
@@ -16,7 +16,7 @@ from cura.Settings.cura_empty_instance_containers import empty_container
def getInstanceContainer(container_type) -> InstanceContainer:
"""Gets an instance container with a specified container type.
-
+
:param container_type: The type metadata for the instance container.
:return: An instance container instance.
"""