Skip to content

Commit

Permalink
chore: black .
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and BobTheBuidler committed Nov 22, 2024
1 parent 3ec1ec7 commit a41f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a_sync/primitives/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Queue(_Queue[T]):
def __bool__(self) -> Literal[True]:
"""A Queue will always exist, even without items."""
return True

def __len__(self) -> int:
"""Returns the number of items currently in the queue."""
return len(self._queue)
Expand Down

0 comments on commit a41f582

Please sign in to comment.