Skip to content

Commit

Permalink
fix: isort linter issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Oct 9, 2024
1 parent 4c8c0b9 commit 8b8ab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/amqp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import datetime

from faststream.rabbit.fastapi import Logger, RabbitRouter # type: ignore
from faststream.rabbit import RabbitBroker
from faststream.rabbit.fastapi import Logger, RabbitRouter # type: ignore
from faststream.rabbit.schemas.queue import RabbitQueue
from pydantic import BaseModel
from schema import AMQPPayload, ResponseModel
Expand Down

0 comments on commit 8b8ab37

Please sign in to comment.