We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
di
ruff
1 parent 4bde5a6 commit fb067ecCopy full SHA for fb067ec
src/ttt/main/common/di.py
@@ -1,4 +1,3 @@
1
-from asyncio import Queue
2
from collections.abc import AsyncIterator
3
from typing import Annotated
4
@@ -13,7 +12,6 @@
13
12
create_async_engine,
14
)
15
from structlog.types import FilteringBoundLogger
16
-from taskiq.receiver import Receiver
17
18
from ttt.application.common.errors.serialization_error import SerializationError
19
from ttt.application.common.ports.clock import Clock
0 commit comments