Remove unused import

This was replaced with mocks, if I recall correctly.

Contributes to issue CURA-3497.
This commit is contained in:
Ghostkeeper 2017-03-23 16:48:38 +01:00
parent 053974bc96
commit b18c72bbbf
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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()