Skip to content

Commit

Permalink
Single line
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Dec 20, 2023
1 parent 94933b9 commit 7b65fb2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugin/symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,7 @@ class LspWorkspaceSymbolsCommand(LspWindowCommand):

capability = 'workspaceSymbolProvider'

def run(
self,
symbol: WorkspaceSymbolValue
) -> None:
def run(self, symbol: WorkspaceSymbolValue) -> None:
session_name = symbol['session']
session = self.session_by_name(session_name)
if session:
Expand Down

0 comments on commit 7b65fb2

Please sign in to comment.