Skip to content

Commit

Permalink
Final pyright fix, for real for real.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachaa-Thanasius committed Sep 3, 2024
1 parent 98f5065 commit 3e3c7d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/deferred/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ def runsource(self, source: str, filename: str = "<input>", symbol: str = "singl


if __name__ == "__main__":
console = DeferredInteractiveConsole()
console.interact()
DeferredInteractiveConsole().interact()

0 comments on commit 3e3c7d1

Please sign in to comment.