Skip to content

Commit

Permalink
chore: remove old commented out code (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Jan 6, 2025
1 parent dca1450 commit 274577a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions a_sync/primitives/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,6 @@ def __init__(
self._no_futs = not return_data
"""Indicates whether tasks will return data via futures."""

# @wraps(func)
# async def _worker_coro() -> NoReturn:
# """Worker coroutine for processing tasks."""
# return await self._worker_coro()

# self._worker_coro = wraps(func)(self._worker_coro)

# NOTE: asyncio defines both this and __str__
def __repr__(self) -> str:
"""
Expand Down

0 comments on commit 274577a

Please sign in to comment.