diff --git a/discord/audit_logs.py b/discord/audit_logs.py index c3497821af03..af67855d4584 100644 --- a/discord/audit_logs.py +++ b/discord/audit_logs.py @@ -285,9 +285,11 @@ def __repr__(self) -> str: if TYPE_CHECKING: - def __getattr__(self, item: str) -> Any: ... + def __getattr__(self, item: str) -> Any: + ... - def __setattr__(self, key: str, value: Any) -> Any: ... + def __setattr__(self, key: str, value: Any) -> Any: + ... Transformer = Callable[["AuditLogEntry", Any], Any]