mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
CURA-5330 Fix code style and typing in Toolbox plugin
This commit is contained in:
parent
0a21ce44b0
commit
eb65a11e18
2 changed files with 47 additions and 44 deletions
|
|
@ -9,4 +9,4 @@ def getMetaData():
|
|||
|
||||
|
||||
def register(app):
|
||||
return {"extension": Toolbox.Toolbox()}
|
||||
return {"extension": Toolbox.Toolbox(app)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue