Skip to content

Commit fb067ec

Browse files
committed
fix(di): fix ruff errors (#62)
1 parent 4bde5a6 commit fb067ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ttt/main/common/di.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from asyncio import Queue
21
from collections.abc import AsyncIterator
32
from typing import Annotated
43

@@ -13,7 +12,6 @@
1312
create_async_engine,
1413
)
1514
from structlog.types import FilteringBoundLogger
16-
from taskiq.receiver import Receiver
1715

1816
from ttt.application.common.errors.serialization_error import SerializationError
1917
from ttt.application.common.ports.clock import Clock

0 commit comments

Comments
 (0)