Skip to content

Commit

Permalink
Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Jul 17, 2024
1 parent e023135 commit ca48af4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dispatch/plugins/dispatch_slack/case/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from functools import partial
import json
import pytz
import re

from blockkit import (
Actions,
Expand Down Expand Up @@ -58,7 +57,6 @@
from dispatch.plugins.dispatch_slack.case.messages import (
create_case_message,
create_signal_engagement_message,
create_welcome_ephemeral_message_to_participant,
)
from dispatch.plugins.dispatch_slack.config import SlackConversationConfiguration
from dispatch.plugins.dispatch_slack.decorators import message_dispatcher
Expand Down Expand Up @@ -97,7 +95,6 @@
SignalSubjects,
SubjectMetadata,
)
from dispatch.plugins.dispatch_slack.service import get_user_email
from dispatch.project import service as project_service
from dispatch.search.utils import create_filter_expression
from dispatch.signal import service as signal_service
Expand Down

0 comments on commit ca48af4

Please sign in to comment.