mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@ -83,7 +83,7 @@ class PrimaryGuild:
|
||||
|
||||
@classmethod
|
||||
def _default(cls, state: ConnectionState) -> Self:
|
||||
payload: PrimaryGuildPayload = {"identity_enabled": False} # type: ignore
|
||||
payload: PrimaryGuildPayload = {'identity_enabled': False} # type: ignore
|
||||
return cls(state=state, data=payload)
|
||||
|
||||
def __repr__(self) -> str:
|
||||
|
Reference in New Issue
Block a user