Skip to content

Commit 5cd70a7

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 2c9c72b commit 5cd70a7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cogs/make_member.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,3 @@ async def member_count(self, ctx: "TeXBotApplicationContext") -> None:
231231
f"{await fetch_community_group_members_count()} members! :tada:"
232232
)
233233
)
234-

cogs/startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async def on_ready(self) -> None:
116116
except MSLMembershipError as msl_membership_error:
117117
logger.debug(
118118
"Failed to update community group member list cache on startup: %s",
119-
msl_membership_error
119+
msl_membership_error,
120120
)
121121

122122
if settings["STRIKE_PERFORMED_MANUALLY_WARNING_LOCATION"] != "DM":

0 commit comments

Comments
 (0)