diff --git a/discord/automod.py b/discord/automod.py index 60d7846fb5..f7854c7d3f 100644 --- a/discord/automod.py +++ b/discord/automod.py @@ -39,7 +39,10 @@ from .mixins import Hashable from .object import Object -__all__ = ("AutoModRule", "AutoModAction",) +__all__ = ( + "AutoModRule", + "AutoModAction", +) if TYPE_CHECKING: from .abc import Snowflake