Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroshigeAoki committed Dec 20, 2023
1 parent 9f51dfe commit b2ac51d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/handlers/handle_prepare_command.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import logging
from typing import Any, Dict
from celery import chain, signature

from celery import chain, signature
from src.utils import get_channel_id_from_body, get_inf_dict_from_body
from src.validators import validate_command_usage
from src.workers import prepare_task

logger = logging.getLogger("__app__")

Expand Down

0 comments on commit b2ac51d

Please sign in to comment.