More function definition fixes

This commit is contained in:
2025-01-23 08:58:57 +01:00
parent a84493908a
commit 3223dd0edc
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ ViewCallable = Callable[P, ViewReturn]
def exception_handler(
file: str,
/,
*,
json: bool = False,
post_redirect: str | None = None
) -> Callable[[ViewCallable], ViewCallable]: