Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2022
1 parent 53ae101 commit 2d7563c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion discord/automod.py
Expand Up @@ -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
Expand Down

0 comments on commit 2d7563c

Please sign in to comment.