From 9f9074c28520745f6ddce83f005fd067a66fe4dc Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 3 Feb 2024 15:43:07 -0500 Subject: [PATCH] Add a type annotation --- uncompyle6/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncompyle6/main.py b/uncompyle6/main.py index 374980b9..ca5ff13f 100644 --- a/uncompyle6/main.py +++ b/uncompyle6/main.py @@ -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,