Added python type annotation and return type.

This commit is contained in:
Heisenberg 2024-05-19 16:34:00 -04:00 committed by David Lord
parent bb16048ad7
commit c7da8c2aa3
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -291,7 +291,7 @@ class App(Scaffold):
instance_path: str | None = None,
instance_relative_config: bool = False,
root_path: str | None = None,
):
) -> None:
super().__init__(
import_name=import_name,
static_folder=static_folder,