mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Fix unit test
CURA-4360
This commit is contained in:
parent
9cbd710593
commit
889753f958
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#Todo: Write tests
|
||||
|
||||
import pytest
|
||||
# QtApplication needs to be imported first to prevent import errors.
|
||||
from UM.Qt.QtApplication import QtApplication
|
||||
|
||||
from cura.MachineAction import MachineAction
|
||||
from cura.MachineActionManager import MachineActionManager, NotUniqueMachineActionError, UnknownMachineActionError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue