Skip to content

Commit

Permalink
autoflake: add missing type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jul 29, 2023
1 parent 01a7e9b commit 85898d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ def _main(
return exit_status


def main():
def main() -> int:
"""Command-line entry point."""
try:
# Exit on broken pipe.
Expand Down

0 comments on commit 85898d1

Please sign in to comment.