aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar laundmo <[email protected]>2021-03-20 19:55:45 +0100
committerGravatar laundmo <[email protected]>2021-03-20 19:55:45 +0100
commit1eaf20181ba5bf80b673e7a6e2f73d8ca1c1d2b0 (patch)
tree88834f16f6fc5ea9ed87ebdbecd4e15f8d1436a7
parentpassing pre-commit (diff)
run precommit with all deps
-rw-r--r--bot/exts/help_channels/_cog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py
index 1e9332323..af106e92f 100644
--- a/bot/exts/help_channels/_cog.py
+++ b/bot/exts/help_channels/_cog.py
@@ -380,7 +380,7 @@ class HelpChannels(commands.Cog):
return await _unclaim_channel(channel, claimant_id, closed_on)
async def _delete_message_time_caches(self, channel: discord.TextChannel) -> None:
- """Delete message time caches """
+ """Delete message time caches."""
await _caches.claimant_last_message_times.delete(channel.id)
await _caches.non_claimant_last_message_times.delete(channel.id)