Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent 430a7ee commit 8b03706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/py/pyodide/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ def __init__(
self.return_mode = return_mode
self.quiet_trailing_semicolon = quiet_trailing_semicolon

def __call__( # type: ignore[override]
def __call__( # type: ignore[override]
self, source: str, filename: str, symbol: str, *, incomplete_input: bool = True
) -> CodeRunner:
) -> CodeRunner:
return_mode = self.return_mode
try:
if self.quiet_trailing_semicolon and should_quiet(source):
Expand Down

0 comments on commit 8b03706

Please sign in to comment.