| commit | 85898d105a94a0130a4ac7d0c9a46a3a8c08d2b1 | [log] [tgz] |
|---|---|---|
| author | francisco souza <108725+fsouza@users.noreply.github.com> | Fri Jul 28 22:19:00 2023 -0300 |
| committer | francisco souza <108725+fsouza@users.noreply.github.com> | Fri Jul 28 22:19:00 2023 -0300 |
| tree | f2204937d3742da82ea4d7961a7d9452185bec82 | |
| parent | 01a7e9b52d4a5afea67975212f56b76da6e58818 [diff] |
autoflake: add missing type annotation
diff --git a/autoflake.py b/autoflake.py index 67815b0..d4ef466 100755 --- a/autoflake.py +++ b/autoflake.py
@@ -1574,7 +1574,7 @@ return exit_status -def main(): +def main() -> int: """Command-line entry point.""" try: # Exit on broken pipe.