refactor: add type hints to function signatures across multiple files

This commit is contained in:
grillazz
2026-07-13 14:25:49 +02:00
parent 51f0cebabe
commit eb8acd7b7c
10 changed files with 27 additions and 15 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
from granian import Granian
def startup():
def startup() -> None:
print("Server starting up...")
def shutdown():
def shutdown() -> None:
print("Server shutting down...")
server = Granian(