Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update aiohttp/abc.py
  • Loading branch information
Dreamsorcerer authored Oct 25, 2025
commit b8360aab6afee32515293154b9a593c39c5d08fa
2 changes: 1 addition & 1 deletion aiohttp/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async def close(self) -> None:
"""Release resolver"""


ClearCookiePredicate = Callable[["Morsel[str]"], bool]
ClearCookiePredicate = Callable[[Morsel[str]], bool]


class AbstractCookieJar(Sized, Iterable[Morsel[str]]):
Expand Down
Loading