Skip to content

Commit

Permalink
reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Feb 3, 2025
1 parent cde0fb2 commit 3ebaa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundled/tool/lsp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def quick_fix(
def decorator(
func: Callable[
[workspace.Document, List[lsp.Diagnostic]], List[lsp.CodeAction]
]
],
):
if isinstance(codes, str):
if codes in self._solutions:
Expand Down

0 comments on commit 3ebaa48

Please sign in to comment.