Skip to content

Commit

Permalink
Add a type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Nov 3, 2023
1 parent 7604838 commit 9f2598f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanpy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def extract_exclude_pattern(options: Namespace) -> Optional[str]:
return exclude_pattern


def main():
def main() -> None:
options = parse_option()
logger = get_logger(extract_log_level(options.log_level, options.dry_run))
manipulator = DirEntryManipulator(
Expand Down

0 comments on commit 9f2598f

Please sign in to comment.