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 /tests/Settings
parentfe27da5e8a945d8b79834aa5779b323045f7e742 (diff)
Remove a number of unused imports
Diffstat (limited to 'tests/Settings')
-rw-r--r--tests/Settings/TestCuraContainerRegistry.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Settings/TestCuraContainerRegistry.py b/tests/Settings/TestCuraContainerRegistry.py
index 6918329397..8bd6fe0ccb 100644
--- a/tests/Settings/TestCuraContainerRegistry.py
+++ b/tests/Settings/TestCuraContainerRegistry.py
@@ -5,7 +5,6 @@ import os #To find the directory with test files and find the test files.
import pytest #To parameterize tests.
import unittest.mock #To mock and monkeypatch stuff.
-from UM.Settings.DefinitionContainer import DefinitionContainer
from cura.ReaderWriters.ProfileReader import NoProfileException
from cura.Settings.ExtruderStack import ExtruderStack #Testing for returning the correct types of stacks.
from cura.Settings.GlobalStack import GlobalStack #Testing for returning the correct types of stacks.