Added python type annotation and return type.
This commit is contained in:
parent
bb16048ad7
commit
c7da8c2aa3
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ class App(Scaffold):
|
||||||
instance_path: str | None = None,
|
instance_path: str | None = None,
|
||||||
instance_relative_config: bool = False,
|
instance_relative_config: bool = False,
|
||||||
root_path: str | None = None,
|
root_path: str | None = None,
|
||||||
):
|
) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
import_name=import_name,
|
import_name=import_name,
|
||||||
static_folder=static_folder,
|
static_folder=static_folder,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue