Remove type annotation

This commit is contained in:
rocky
2023-08-11 14:26:41 -04:00
parent 6dcb20341b
commit f50086f1da

View File

@@ -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,
):
"""