mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 05:00:07 +00:00
Small tweak
This commit is contained in:
parent
9f9074c285
commit
e65a2db971
@ -146,9 +146,9 @@ def decompile(
|
||||
co,
|
||||
out,
|
||||
bytecode_version,
|
||||
is_pypy=is_pypy,
|
||||
debug_opts=debug_opts,
|
||||
compile_mode=compile_mode,
|
||||
is_pypy=is_pypy,
|
||||
)
|
||||
pass
|
||||
return deparsed
|
||||
@ -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]:
|
||||
|
Loading…
Reference in New Issue
Block a user