mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Remove a number of unused imports
This commit is contained in:
parent
fe27da5e8a
commit
2e9dca71ce
18 changed files with 10 additions and 26 deletions
|
@ -5,7 +5,6 @@ import os #To find the directory with test files and find the test files.
|
|||
import pytest #To parameterize tests.
|
||||
import unittest.mock #To mock and monkeypatch stuff.
|
||||
|
||||
from UM.Settings.DefinitionContainer import DefinitionContainer
|
||||
from cura.ReaderWriters.ProfileReader import NoProfileException
|
||||
from cura.Settings.ExtruderStack import ExtruderStack #Testing for returning the correct types of stacks.
|
||||
from cura.Settings.GlobalStack import GlobalStack #Testing for returning the correct types of stacks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue