aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/speedrun.py
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-09-05 18:35:04 -0400
committerGravatar S. Co1 <[email protected]>2019-09-05 18:35:04 -0400
commitd982254a79ca3e34c9f50e072a925fe6b8a12ed1 (patch)
tree689691b7ede87b0b5202e4a5844c4a06b179a471 /bot/seasons/evergreen/speedrun.py
parentUpdate Snakes and Ladders (diff)
Fix misconfigured flake8 so docstrings are properly linted
Relint
Diffstat (limited to 'bot/seasons/evergreen/speedrun.py')
-rw-r--r--bot/seasons/evergreen/speedrun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/speedrun.py b/bot/seasons/evergreen/speedrun.py
index f6a43a63..5e3d38a0 100644
--- a/bot/seasons/evergreen/speedrun.py
+++ b/bot/seasons/evergreen/speedrun.py
@@ -23,6 +23,6 @@ class Speedrun(commands.Cog):
def setup(bot):
- """Load the Speedrun cog"""
+ """Load the Speedrun cog."""
bot.add_cog(Speedrun(bot))
log.info("Speedrun cog loaded")