Skip to content

Commit

Permalink
Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Feb 3, 2024
1 parent 9f9074c commit e65a2db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions uncompyle6/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ def write(s):
co,
out,
bytecode_version,
is_pypy=is_pypy,
debug_opts=debug_opts,
compile_mode=compile_mode,
is_pypy=is_pypy,
)
pass
return deparsed
Expand Down Expand Up @@ -247,7 +247,6 @@ def main(
showast={},
showgrammar=False,
source_encoding=None,
raise_on_error=False,
do_linemaps=False,
do_fragments=False,
) -> Tuple[int, int, int, int]:
Expand Down

0 comments on commit e65a2db

Please sign in to comment.