fix(aurora): fixed a ModuleNotFoundError being caused by a typo
All checks were successful
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s

This commit is contained in:
Seaswimmer 2024-08-12 17:40:17 -04:00
parent 9c345ed96b
commit 9726b1423c
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -15,7 +15,6 @@ from math import ceil
import discord
from dateutil.parser import ParserError, parse
from discord.ext import tasks
from menus.types import Types
from redbot.core import app_commands, commands, data_manager
from redbot.core.app_commands import Choice
from redbot.core.bot import Red
@ -28,6 +27,7 @@ from .menus.addrole import Addrole
from .menus.guild import Guild
from .menus.immune import Immune
from .menus.overrides import Overrides
from .menus.types import Types
from .models.change import Change
from .models.moderation import Moderation
from .models.type import type_registry