Skip to content

Commit d42429f

Browse files
style: auto fixes from pre-commit hooks
1 parent 3c4ec6c commit d42429f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tux/cogs/utility/remindme.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async def send_reminder(self, user_id: int, reminder: Reminder) -> None:
2424

2525
if not user:
2626
user = await self.bot.fetch_user(user_id)
27-
27+
2828
if user is not None:
2929
embed = EmbedCreator.create_embed(
3030
bot=self.bot,
@@ -130,7 +130,7 @@ async def remindme(
130130

131131
embed.add_field(
132132
name="Note",
133-
value="- If you have DMs closed, we will attempt to send it in this channel instead."
133+
value="- If you have DMs closed, we will attempt to send it in this channel instead.",
134134
)
135135

136136
except Exception as e:

0 commit comments

Comments
 (0)