Просмотр исходного кода

Remove unused import

Contributes to issue CURA-3497.
Ghostkeeper 8 лет назад
Родитель
Сommit
4dfc86d5bb
1 измененных файлов с 0 добавлено и 1 удалено
  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 copy
 import functools
 
 import cura.Settings.GlobalStack #The module we're testing.