diff options
Diffstat (limited to 'examples/python-embed.py')
-rwxr-xr-x | examples/python-embed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python-embed.py b/examples/python-embed.py index ac2cd06..49224ac 100755 --- a/examples/python-embed.py +++ b/examples/python-embed.py @@ -4,7 +4,7 @@ from ptpython.repl import embed -def main(): +def main() -> None: embed(globals(), locals(), vi_mode=False) |