Skip to content

Commit b729375

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 4ef4ffc commit b729375

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cogs/stats/__init__.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,7 @@ async def user_stats(self, ctx: "TeXBotApplicationContext") -> None:
302302
if not ctx.channel:
303303
await self.command_send_error(
304304
ctx,
305-
message=(
306-
"Interaction channel was None while attempting to send user stats."
307-
),
305+
message=("Interaction channel was None while attempting to send user stats."),
308306
)
309307
return
310308

@@ -313,9 +311,7 @@ async def user_stats(self, ctx: "TeXBotApplicationContext") -> None:
313311
):
314312
await self.command_send_error(
315313
ctx,
316-
message=(
317-
"User stats cannot be sent in a voice, forum, or category channel."
318-
),
314+
message=("User stats cannot be sent in a voice, forum, or category channel."),
319315
)
320316
return
321317

0 commit comments

Comments
 (0)