Skip to content

Commit 9b52d5c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2d2d4b3 commit 9b52d5c

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

aiohttp/cookiejar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
_SIMPLE_COOKIE = SimpleCookie()
3737

3838

39-
4039
class CookieJar(AbstractCookieJar):
4140
"""Implements cookie storage adhering to RFC 6265."""
4241

tests/test_cookiejar.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
from aiohttp.typedefs import LooseCookies
1616

1717

18-
19-
2018
def _cookies_to_send() -> SimpleCookie:
2119
return SimpleCookie(
2220
"shared-cookie=first; "

0 commit comments

Comments
 (0)