mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@@ -306,14 +306,12 @@ class AuditLogDiff:
|
||||
|
||||
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]
|
||||
Transformer = Callable[['AuditLogEntry', Any], Any]
|
||||
|
||||
|
||||
class AuditLogChanges:
|
||||
|
Reference in New Issue
Block a user