update dev dependencies
This commit is contained in:
parent
85793d6c22
commit
da6d075dfd
6 changed files with 1030 additions and 633 deletions
|
|
@ -27,7 +27,7 @@ class SessionMixin(MutableMapping[str, t.Any]):
|
|||
@property
|
||||
def permanent(self) -> bool:
|
||||
"""This reflects the ``'_permanent'`` key in the dict."""
|
||||
return self.get("_permanent", False)
|
||||
return self.get("_permanent", False) # type: ignore[no-any-return]
|
||||
|
||||
@permanent.setter
|
||||
def permanent(self, value: bool) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue