Gateway: typing: main()

This commit is contained in:
Athanasius 2021-11-04 13:34:17 +00:00
parent db7dcb489f
commit 18d4f13139

View File

@ -405,7 +405,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: