Skip to content

Commit 4fefdb0

Browse files
Update strike.py
1 parent 0de9e42 commit 4fefdb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/strike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ async def get_strikes( # type: ignore[misc]
901901
strike_object
902902
for strike_object in [
903903
all_strike_object
904-
async for all_strike_object in DiscordMemberStrikes.objects.select_related().all() # noqa: E501 # NOTE: I tried to reformat this to avoid the ruff error but the stupid fucking reformat put it all back on one line again
904+
async for all_strike_object in DiscordMemberStrikes.objects.select_related().all() # noqa: E501
905905
]
906906
if str(strike_object.discord_member) # type: ignore[has-type]
907907
== (DiscordMember.hash_discord_id(strike_member.id))

0 commit comments

Comments
 (0)