Cleanup: unused arguments

This commit is contained in:
Campbell Barton
2021-03-06 18:21:17 +11:00
parent bd79691599
commit 9dc0c44aa1
19 changed files with 43 additions and 42 deletions

View File

@@ -1022,7 +1022,7 @@ def activate_by_id(context, space_type, idname, *, as_fallback=False):
return True
def activate_by_id_or_cycle(context, space_type, idname, *, offset=1, as_fallback=False):
def activate_by_id_or_cycle(context, space_type, idname, *, offset=1, _as_fallback=False):
# Only cycle when the active tool is activated again.
cls = ToolSelectPanelHelper._tool_class_from_space_type(space_type)