We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35117b6 commit 5142be8Copy full SHA for 5142be8
asyncio-walkthrough/areq.py
@@ -60,7 +60,7 @@ async def parse(
60
url: str,
61
session: ClientSession,
62
timeout: ClientTimeout = DEFAULT_GET_TIMEOUT,
63
- **kwargs
+ **kwargs,
64
) -> set:
65
"""Find HREFs in the HTML of `url`."""
66
found = set()
0 commit comments