mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove a number of unused variables
This commit is contained in:
parent
6a6ad6e815
commit
fe27da5e8a
8 changed files with 7 additions and 12 deletions
|
|
@ -108,9 +108,9 @@ def test_addMachineAction(machine_action_manager):
|
|||
# Adding unknown action should not crash.
|
||||
machine_action_manager.addFirstStartAction(test_machine, "key_that_doesnt_exists")
|
||||
|
||||
|
||||
def test_removeMachineAction(machine_action_manager):
|
||||
test_action = MachineAction(key="test_action")
|
||||
test_machine = Machine("test_machine")
|
||||
machine_action_manager.addMachineAction(test_action)
|
||||
|
||||
# Remove the machine action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue