mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 13:09:49 +00:00
Add a type annotation
This commit is contained in:
parent
9772454a3b
commit
9f9074c285
@ -239,7 +239,7 @@ def decompile_file(
|
||||
# FIXME: combine into an options parameter
|
||||
def main(
|
||||
in_base: str,
|
||||
out_base: str,
|
||||
out_base: Optional[str],
|
||||
compiled_files: list,
|
||||
source_files: list,
|
||||
outfile=None,
|
||||
|
Loading…
Reference in New Issue
Block a user