Skip to content

Commit 5695c12

Browse files
Update __init__.py
1 parent 5e532eb commit 5695c12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aiohttp_session/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ def save_cookie(
304304
self._cookie_name, domain=params["domain"], path=params["path"]
305305
)
306306
else:
307-
# Ignoring type for params until aiohttp#4238 is released
308307
response.set_cookie(self._cookie_name, cookie_data, **params)
309308

310309

0 commit comments

Comments
 (0)