aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/branding.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-19 11:30:33 +0100
committerGravatar GitHub <[email protected]>2020-11-19 11:30:33 +0100
commitde367839793873c4ddfa3ce13cf25386ab0bb17f (patch)
treeff390a7917002ebc608c2e13333df03a94466eac /bot/exts/evergreen/branding.py
parentMerge pull request #517 from python-discord/sebastiaan/backend/remove-dockerh... (diff)
parentSplit lint and build jobs into separate workflows (diff)
Merge pull request #520 from python-discord/sebastiaan/backend/fix-flake8-check
Fix flake8 check in CI and separate Lint and Build jobs into separate workflows
Diffstat (limited to 'bot/exts/evergreen/branding.py')
-rw-r--r--bot/exts/evergreen/branding.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/evergreen/branding.py b/bot/exts/evergreen/branding.py
index b55c9b14..fa607270 100644
--- a/bot/exts/evergreen/branding.py
+++ b/bot/exts/evergreen/branding.py
@@ -1,6 +1,6 @@
import asyncio
import itertools
-import json
+# import json
import logging
import random
import typing as t
@@ -18,7 +18,7 @@ from bot.seasons import SeasonBase, get_all_seasons, get_current_season, get_sea
from bot.utils import human_months
from bot.utils.decorators import with_role
from bot.utils.exceptions import BrandingError
-# TODO: Implement substitute for current volume persistence requirements
+# TODO: Implement substitute for current volume persistence requirements # noqa: T000
# from bot.utils.persist import make_persistent
log = logging.getLogger(__name__)