Added python type annotation and return type. (#5485)

This commit is contained in:
David Lord 2024-05-25 11:32:15 -07:00 committed by GitHub
commit 6d126e1013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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,