Fix type annotation from t.List to list in globals.py
This commit is contained in:
parent
cb1ee88cf9
commit
118181fec3
1 changed files with 1 additions and 1 deletions
|
|
@ -50,4 +50,4 @@ session: SessionMixin = LocalProxy( # type: ignore[assignment]
|
||||||
_cv_request, "session", unbound_message=_no_req_msg
|
_cv_request, "session", unbound_message=_no_req_msg
|
||||||
)
|
)
|
||||||
|
|
||||||
_false_attributes: t.list[str] = ["0", "false", "no", "null", "none"]
|
_false_attributes: list[str] = ["0", "false", "no", "null", "none"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue