Skip to content

Commit

Permalink
Why is the API like this?
Browse files Browse the repository at this point in the history
Co-authored-by: PepperLola <[email protected]>
  • Loading branch information
BrandonPacewic and PepperLola committed Aug 20, 2024
1 parent 3668e2a commit 623f23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/SynthesisFusionAddin/src/UI/MarkingMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# global mapping list of event handlers to keep them referenced for the duration of the command
# handlers = {}
handlers: list[adsk.core.EventHandler] = []
handlers: list[adsk.core.CommandEventHandler] = []
cmdDefs: list[adsk.core.CommandDefinition] = []
entities: list[adsk.fusion.Occurrence] = []

Expand Down

0 comments on commit 623f23e

Please sign in to comment.