diff options
author | 2023-03-31 20:52:49 -0400 | |
---|---|---|
committer | 2023-03-31 20:52:49 -0400 | |
commit | bd80fb21b86d175fcca56b5c2f1ce4f48dd30323 (patch) | |
tree | 51a303f7a4d096dcdb9c41ef367c3025231034df | |
parent | Merge branch 'main' into helper-role (diff) |
Add blank line for linting.
-rw-r--r-- | bot/exts/recruitment/helper_utils.py | 1 |
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 |