Gateway: typing: main()

This commit is contained in:
Athanasius 2021-11-04 13:34:17 +00:00
parent 179dd8aebf
commit c11fa91162
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -373,7 +373,7 @@ class EnableCors(object):
return _enable_cors
def main():
def main() -> None:
"""Handle setting up and running the bottle app."""
cl_args = parse_cl_args()
if cl_args.loglevel: