Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HarHarLinks committed Jan 19, 2024
1 parent e30fb64 commit d61d863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_reminder_bot/bot_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
from apscheduler.triggers.cron import CronTrigger
from apscheduler.triggers.date import DateTrigger
from apscheduler.triggers.interval import IntervalTrigger
from cron_descriptor import Options, get_description
from nio import AsyncClient, MatrixRoom
from nio.events.room_events import RoomMessageText
from cron_descriptor import get_description, Options
from readabledelta import readabledelta

from matrix_reminder_bot.config import CONFIG
Expand Down

0 comments on commit d61d863

Please sign in to comment.