mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix code style and unused imports
This commit is contained in:
parent
c2558f91dd
commit
477862d779
3 changed files with 4 additions and 9 deletions
|
@ -4,10 +4,9 @@
|
|||
from . import FirmwareUpdaterMachineAction
|
||||
|
||||
def getMetaData():
|
||||
return {
|
||||
}
|
||||
return {}
|
||||
|
||||
def register(app):
|
||||
return { "machine_action": [
|
||||
FirmwareUpdaterMachineAction.FirmwareUpdaterMachineAction(),
|
||||
FirmwareUpdaterMachineAction.FirmwareUpdaterMachineAction()
|
||||
]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue