aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steele Farnsworth <[email protected]>2023-03-31 20:52:49 -0400
committerGravatar GitHub <[email protected]>2023-03-31 20:52:49 -0400
commitbd80fb21b86d175fcca56b5c2f1ce4f48dd30323 (patch)
tree51a303f7a4d096dcdb9c41ef367c3025231034df
parentMerge branch 'main' into helper-role (diff)
Add blank line for linting.
-rw-r--r--bot/exts/recruitment/helper_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/recruitment/helper_utils.py b/bot/exts/recruitment/helper_utils.py
index 8af17fe7a..d53b5e62b 100644
--- a/bot/exts/recruitment/helper_utils.py
+++ b/bot/exts/recruitment/helper_utils.py
@@ -4,6 +4,7 @@ import re
import arrow
from async_rediscache import RedisCache
+
import discord
from discord import Message
from discord.ext.commands import Cog