Skip to content

Commit

Permalink
fix mypy findings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 23, 2024
1 parent db0fe94 commit ccf125b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask/sessions.py
Expand Up @@ -368,7 +368,7 @@ def save_session(
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,
Expand Down

0 comments on commit ccf125b

Please sign in to comment.