forked from orbit-oss/flask
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
|
val = self.get_signing_serializer(app).dumps(dict(session)) # type: ignore
|
||||||
response.set_cookie(
|
response.set_cookie(
|
||||||
name,
|
name,
|
||||||
val, # type: ignore
|
val,
|
||||||
expires=expires,
|
expires=expires,
|
||||||
httponly=httponly,
|
httponly=httponly,
|
||||||
domain=domain,
|
domain=domain,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue