Skip to content

Commit

Permalink
style(pre-commit): auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 24, 2023
1 parent f63e751 commit a0d282b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions discord/raw_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class RawReactionActionEvent(_RawReprMixin):
"emoji",
"event_type",
"member",
"data"
"data",
)

def __init__(
Expand Down Expand Up @@ -577,7 +577,7 @@ class AutoModActionExecutionEvent:
"message",
"alert_system_message_id",
"alert_system_message",
"data"
"data",
)

def __init__(self, state: ConnectionState, data: AutoModActionExecution) -> None:
Expand Down Expand Up @@ -703,7 +703,7 @@ class RawAuditLogEntryEvent(_RawReprMixin):
"reason",
"extra",
"changes",
"data"
"data",
)

def __init__(self, data: AuditLogEntryEvent) -> None:
Expand Down

0 comments on commit a0d282b

Please sign in to comment.