mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Remove unused import
This was replaced with mocks, if I recall correctly. Contributes to issue CURA-3497.
This commit is contained in:
parent
053974bc96
commit
b18c72bbbf
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ from cura.Settings.GlobalStack import GlobalStack #Testing for returning the cor
|
|||
from UM.Resources import Resources #Mocking some functions of this.
|
||||
import UM.Settings.ContainerRegistry #Making empty container stacks.
|
||||
import UM.Settings.ContainerStack #Setting the container registry here properly.
|
||||
from UM.Settings.DefinitionContainer import DefinitionContainer #Checking against the DefinitionContainer class.
|
||||
|
||||
## Gives a fresh CuraContainerRegistry instance.
|
||||
@pytest.fixture()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue