Skip to content

Commit

Permalink
fix: flake8 linter issues!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jan 18, 2024
1 parent eb22335 commit 4e26f91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions celery_app/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
from tc_messageBroker.rabbit_mq.payload.discord_bot.chat_input_interaction import (
ChatInputCommandInteraction,
)
from tc_messageBroker.rabbit_mq.payload.discord_bot.interaction_response import (
InteractionResponse,
)
# from tc_messageBroker.rabbit_mq.payload.discord_bot.interaction_response import (
# InteractionResponse,
# )
from tc_messageBroker.rabbit_mq.payload.payload import Payload
from tc_messageBroker.rabbit_mq.queue import Queue

Expand Down

0 comments on commit 4e26f91

Please sign in to comment.