fix(aurora): pylint/ruff fix

This commit is contained in:
Seaswimmer 2024-06-04 11:52:34 -04:00
parent 04223c3c55
commit cb420d2fc4
Signed by untrusted user: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -20,7 +20,6 @@ from redbot.core.app_commands import Choice
from redbot.core.bot import Red
from redbot.core.commands.converter import parse_relativedelta, parse_timedelta
from redbot.core.utils.chat_formatting import box, error, humanize_list, humanize_timedelta, warning
from redbot.core.utils.chat_formatting import box, error, humanize_list, humanize_timedelta, warning
from .importers.aurora import ImportAuroraView
from .importers.galacticbot import ImportGalacticBotView