Skip to content

Commit

Permalink
mail read schedule stop mechanism, filters and their related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spandan_mondal committed Dec 12, 2024
1 parent 34821e5 commit 96c9311
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kairon/shared/channels/mail/processor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
import time
from typing import List

from loguru import logger
from pydantic.schema import timedelta
Expand All @@ -12,7 +11,6 @@
from kairon.shared.account.data_objects import Bot
from kairon.shared.channels.mail.constants import MailConstants
from kairon.shared.channels.mail.data_objects import MailResponseLog, MailStatus, MailChannelStateData
from kairon.shared.chat.data_objects import Channels
from kairon.shared.chat.processor import ChatDataProcessor
from kairon.shared.constants import ChannelTypes
from kairon.shared.data.data_objects import BotSettings
Expand Down

0 comments on commit 96c9311

Please sign in to comment.