From 10a2374051568edf3d872988e730328d899a0fdd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Nov 2021 12:29:39 -0700 Subject: typing: first batch of python bulk type annotations While these changes are more delicate than simple lint changes, this specific batch of edits and annotations was *relatively* simple, and resulted in few code changes other than function signature additions. --- python/fatcat_webface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_webface.py') diff --git a/python/fatcat_webface.py b/python/fatcat_webface.py index acaa5936..364ed345 100755 --- a/python/fatcat_webface.py +++ b/python/fatcat_webface.py @@ -5,7 +5,7 @@ import argparse from fatcat_web import app -def main(): +def main() -> None: parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter) parser.add_argument( "--debug", -- cgit v1.2.3