diff options
author | 2019-08-01 01:54:40 +0200 | |
---|---|---|
committer | 2019-08-01 01:54:40 +0200 | |
commit | 47a1fcc0c4ba79e9a8f4c168b0e607ce091acfa0 (patch) | |
tree | 6c305a59c30155ed23cd2cefc39d693128e0ec84 | |
parent | Fix dates and linter complaint (diff) |
aghhh I suck at programming
-rw-r--r-- | bot/seasons/wildcard/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/seasons/wildcard/__init__.py b/bot/seasons/wildcard/__init__.py index 5713c923..354e979d 100644 --- a/bot/seasons/wildcard/__init__.py +++ b/bot/seasons/wildcard/__init__.py @@ -4,7 +4,6 @@ from bot.seasons import SeasonBase class Wildcard(SeasonBase): """ For the month of August, the season is a Wildcard. - That means it changes every year. This docstring will not be used for announcements. Instead, we'll do the announcement manually, since |