Browse Source

Remove unused import

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

Contributes to issue CURA-3497.
Ghostkeeper 8 years ago
parent
commit
4f83ae3fa7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/Settings/TestGlobalStack.py

+ 0 - 1
tests/Settings/TestGlobalStack.py

@@ -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.