diff options
-rw-r--r-- | bot/exts/recruitment/helper_utils.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/exts/recruitment/helper_utils.py b/bot/exts/recruitment/helper_utils.py index d53b5e62b..ca8ac3760 100644 --- a/bot/exts/recruitment/helper_utils.py +++ b/bot/exts/recruitment/helper_utils.py @@ -3,9 +3,8 @@ import random import re import arrow -from async_rediscache import RedisCache - import discord +from async_rediscache import RedisCache from discord import Message from discord.ext.commands import Cog |