mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Remove unused import
Contributes to issue CURA-3497.
This commit is contained in:
parent
e71af663c3
commit
4dfc86d5bb
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue