Add a type annotation

This commit is contained in:
rocky 2024-02-03 15:43:07 -05:00
parent 9772454a3b
commit 9f9074c285

View File

@ -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,