Remove unused import

It was removed when we removed some of the mocking code earlier.

Contributes to issue CURA-3497.
This commit is contained in:
Ghostkeeper 2017-04-11 16:36:22 +02:00
parent c3ad7d114a
commit 4f83ae3fa7
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -4,7 +4,6 @@
import os.path #To find the test files.
import pytest #This module contains unit tests.
import unittest.mock #To monkeypatch some mocks in place of dependencies.
import functools
import cura.Settings.GlobalStack #The module we're testing.
import cura.Settings.CuraContainerStack #To get the list of container types.