Skip to content

Commit

Permalink
Merge branch 'python-3.12.1' of github.com:hoodmane/pyodide into pyth…
Browse files Browse the repository at this point in the history
…on-3.12.1
  • Loading branch information
hoodmane committed Jan 29, 2024
2 parents 3a64e84 + 8b03706 commit 99435fb
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 99435fb

Please sign in to comment.