We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8750ad commit 527c61cCopy full SHA for 527c61c
matrix_reminder_bot/bot_commands.py
@@ -9,9 +9,9 @@
9
from apscheduler.triggers.cron import CronTrigger
10
from apscheduler.triggers.date import DateTrigger
11
from apscheduler.triggers.interval import IntervalTrigger
12
+from cron_descriptor import Options, get_description
13
from nio import AsyncClient, MatrixRoom
14
from nio.events.room_events import RoomMessageText
-from cron_descriptor import get_description, Options
15
from readabledelta import readabledelta
16
17
from matrix_reminder_bot.config import CONFIG
0 commit comments