aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar rohan <[email protected]>2021-04-28 12:37:12 +0530
committerGravatar rohan <[email protected]>2021-04-28 12:37:12 +0530
commit32b783f0b207450b46510a810a36999189b97985 (patch)
tree48327c8e1748b4ead851de477a0f195828044956
parentUse guild.afk_channel atr to retrieve afk Channel instance. (diff)
Make flake8 happy :D
-rw-r--r--bot/exts/moderation/stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/stream.py b/bot/exts/moderation/stream.py
index 1710d4c7c..fd856a7f4 100644
--- a/bot/exts/moderation/stream.py
+++ b/bot/exts/moderation/stream.py
@@ -9,7 +9,7 @@ from async_rediscache import RedisCache
from discord.ext import commands
from bot.bot import Bot
-from bot.constants import Channels, Colours, Emojis, Guild, MODERATION_ROLES, Roles, STAFF_ROLES, VideoPermission
+from bot.constants import Colours, Emojis, Guild, MODERATION_ROLES, Roles, STAFF_ROLES, VideoPermission
from bot.converters import Expiry
from bot.pagination import LinePaginator
from bot.utils.scheduling import Scheduler