Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
iyad-f committed Jan 25, 2025
1 parent 4c62e65 commit 1a9cbce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions discord/audit_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1a9cbce

Please sign in to comment.