Skip to content

Commit c7da8c2

Browse files
ThisIzAli2davidism
authored andcommitted
Added python type annotation and return type.
1 parent bb16048 commit c7da8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flask/sansio/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def __init__(
291291
instance_path: str | None = None,
292292
instance_relative_config: bool = False,
293293
root_path: str | None = None,
294-
):
294+
) -> None:
295295
super().__init__(
296296
import_name=import_name,
297297
static_folder=static_folder,

0 commit comments

Comments
 (0)