diff options
| author | 2019-09-05 18:35:04 -0400 | |
|---|---|---|
| committer | 2019-09-05 18:35:04 -0400 | |
| commit | d982254a79ca3e34c9f50e072a925fe6b8a12ed1 (patch) | |
| tree | 689691b7ede87b0b5202e4a5844c4a06b179a471 /bot/seasons/evergreen/speedrun.py | |
| parent | Update 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.py | 2 |
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") |