Open
Description
Quart currently supports only str | None
for the template folder argument of the app, while Flask also supports os.PathLike[str]
.
Line 287 in b5593ca
template_folder: str | os.PathLike[str] | None = "templates",
As Quart seems to pass the argument directly to Flask.App, I do not think the further restriction is necessary.
Metadata
Metadata
Assignees
Labels
No labels