Skip to content

Commit

Permalink
Add a type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Feb 3, 2024
1 parent 9772454 commit 9f9074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncompyle6/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9f9074c

Please sign in to comment.