Skip to content

Commit

Permalink
fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Aug 30, 2022
1 parent 6b77996 commit f3f9f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundled/tool/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def _get_settings_by_document(document: workspace.Document | None):
def _run_tool_on_document(
document: workspace.Document,
use_stdin: bool = False,
extra_args: Sequence[str] = [],
extra_args: Sequence[str] = (),
) -> utils.RunResult | None:
"""Runs tool on the given document.
Expand Down

0 comments on commit f3f9f01

Please sign in to comment.