mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-24 03:00:18 +00:00
Stop using generic typing for asyncio.Queue.
This feature isn't available in all versions of Python.
This commit is contained in:
parent
10d95519a3
commit
589412693e
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ class Processor:
|
|||
|
||||
logger: logging.Logger
|
||||
protocol: typing.Optional[StatsdProtocol]
|
||||
queue: asyncio.Queue[bytes]
|
||||
queue: asyncio.Queue
|
||||
_create_transport: typing.Callable[[], typing.Coroutine[
|
||||
typing.Any, typing.Any, typing.Tuple[asyncio.BaseTransport,
|
||||
StatsdProtocol]]]
|
||||
|
|
Loading…
Reference in a new issue