From 4dfc86d5bb41fdbc13c47c0b76eeb4d92dae3b35 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 7 Apr 2017 14:59:04 +0200 Subject: [PATCH] Remove unused import 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 3edafc286a..620f35bded 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 copy import functools import cura.Settings.GlobalStack #The module we're testing.