Skip to content

Commit

Permalink
chore: run black
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Oct 30, 2023
1 parent 814a6c0 commit 1e93f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncio/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_nowait(self):
async def put(self, val):
"""
Put an item into the queue.
If the queue is full, waits until a free
slot is available before adding item.
"""
Expand Down

0 comments on commit 1e93f4f

Please sign in to comment.