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