Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Oct 28, 2023
1 parent ce89f45 commit d284624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def symbol_information_to_quick_panel_item(


def symbol_to_list_input_item(
view: sublime.View, item: Union[DocumentSymbol, SymbolInformation], hierarchy: str = ''
item: Union[DocumentSymbol, SymbolInformation], hierarchy: str = ''
) -> sublime.ListInputItem:
name = item['name']
kind = item['kind']
Expand Down

0 comments on commit d284624

Please sign in to comment.