aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steele Farnsworth <[email protected]>2023-03-31 20:55:11 -0400
committerGravatar GitHub <[email protected]>2023-03-31 20:55:11 -0400
commite38c559d422b054a2687fcf30ac07ee202deec1f (patch)
treebb12bb4fd5aaaff93572f0ccda43e021849b0c4d
parentAdd blank line for linting. (diff)
Fix import order.
-rw-r--r--bot/exts/recruitment/helper_utils.py3
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