Skip to content

Commit 5142be8

Browse files
committed
More black
1 parent 35117b6 commit 5142be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio-walkthrough/areq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async def parse(
6060
url: str,
6161
session: ClientSession,
6262
timeout: ClientTimeout = DEFAULT_GET_TIMEOUT,
63-
**kwargs
63+
**kwargs,
6464
) -> set:
6565
"""Find HREFs in the HTML of `url`."""
6666
found = set()

0 commit comments

Comments
 (0)