forked from orbit-oss/flask
update type annotations
This commit is contained in:
parent
3a5532b4ed
commit
1403d35e2a
3 changed files with 10 additions and 7 deletions
|
|
@ -704,7 +704,7 @@ class Flask(Scaffold):
|
|||
session=session,
|
||||
g=g,
|
||||
)
|
||||
rv.policies["json.dumps_function"] = json.dumps # type: ignore
|
||||
rv.policies["json.dumps_function"] = json.dumps
|
||||
return rv
|
||||
|
||||
def create_global_jinja_loader(self) -> DispatchingJinjaLoader:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue