diff options
author | 2021-04-28 12:37:12 +0530 | |
---|---|---|
committer | 2021-04-28 12:37:12 +0530 | |
commit | 32b783f0b207450b46510a810a36999189b97985 (patch) | |
tree | 48327c8e1748b4ead851de477a0f195828044956 | |
parent | Use guild.afk_channel atr to retrieve afk Channel instance. (diff) |
Make flake8 happy :D
-rw-r--r-- | bot/exts/moderation/stream.py | 2 |
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 |