Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HarHarLinks committed Feb 17, 2024
1 parent fb60372 commit 8c61201
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion matrix_reminder_bot/bot_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,9 @@ async def _silence(self):
1
].capitalize() # normalize the text a bit

await self._remove_and_silence_alarm(reminder.alarm_job, reminder_text)
await self._remove_and_silence_alarm(
reminder.alarm_job, reminder_text
)
text = f"Alarm '{reminder_text}' silenced."

# Prevent the `else` clause from being triggered
Expand Down

0 comments on commit 8c61201

Please sign in to comment.