diff options
author | 2023-08-10 13:53:46 +0700 | |
---|---|---|
committer | 2023-08-10 13:53:46 +0700 | |
commit | 3a9be593adeb56b3d4aa4b34d178189e1e777b0f (patch) | |
tree | d7fee0a8abdcb2e159f5a50cea851f49abea98cb /bot | |
parent | Fixed ruff issues (diff) |
Applied `isort` to `rfc.py`
Diffstat (limited to 'bot')
-rw-r--r-- | bot/exts/utilities/rfc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/utilities/rfc.py b/bot/exts/utilities/rfc.py index 2a31c6be..78f88a83 100644 --- a/bot/exts/utilities/rfc.py +++ b/bot/exts/utilities/rfc.py @@ -1,8 +1,8 @@ -import logging import datetime +import logging -from discord.ext import commands from discord import Embed +from discord.ext import commands from bot.bot import Bot from bot.constants import Colours |