Skip to content

Commit

Permalink
fix: isort lint issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Nov 12, 2024
1 parent f740b2d commit bda2859
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
Expand Up @@ -8,8 +8,8 @@
from tc_messageBroker.rabbit_mq.event import Event
from tc_messageBroker.rabbit_mq.queue import Queue
from utils.credentials import load_rabbitmq_credentials
from utils.traceloop import init_tracing
from utils.persist_payload import PersistPayload
from utils.traceloop import init_tracing
from worker.tasks import query_data_sources
from worker.utils.fire_event import job_send

Expand Down

0 comments on commit bda2859

Please sign in to comment.