fix mypy findings
This commit is contained in:
parent
db0fe9436e
commit
ccf125bf30
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ class SecureCookieSessionInterface(SessionInterface):
|
|||
val = self.get_signing_serializer(app).dumps(dict(session)) # type: ignore
|
||||
response.set_cookie(
|
||||
name,
|
||||
val, # type: ignore
|
||||
val,
|
||||
expires=expires,
|
||||
httponly=httponly,
|
||||
domain=domain,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue