From 4f83ae3fa7b9db84b995b5f94469ca8471e64baf Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 11 Apr 2017 16:36:22 +0200 Subject: [PATCH] Remove unused import It was removed when we removed some of the mocking code earlier. Contributes to issue CURA-3497. --- tests/Settings/TestGlobalStack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Settings/TestGlobalStack.py b/tests/Settings/TestGlobalStack.py index ecff2bb6a2..9b82426a2f 100644 --- a/tests/Settings/TestGlobalStack.py +++ b/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.