You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Remove type annotation
This commit is contained in:
@@ -2154,7 +2154,7 @@ def code_deparse_around_offset(
|
||||
co,
|
||||
out=StringIO(),
|
||||
version=None,
|
||||
is_pypy: bool = False,
|
||||
is_pypy = False,
|
||||
debug_opts=DEFAULT_DEBUG_OPTS,
|
||||
):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user