Skip to content

Commit 1e93f4f

Browse files
committed
chore: run black
1 parent 814a6c0 commit 1e93f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/queue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_nowait(self):
7676
async def put(self, val):
7777
"""
7878
Put an item into the queue.
79-
79+
8080
If the queue is full, waits until a free
8181
slot is available before adding item.
8282
"""

0 commit comments

Comments
 (0)