Browse Source

Forgot to run black

pull/10211/head
blord0 3 days ago
parent
commit
84dc82bfc8
  1. 1
      discord/primary_guild.py

1
discord/primary_guild.py

@ -57,7 +57,6 @@ class PrimaryGuild:
__slots__ = ('id', 'identity_enabled', 'tag', '_badge', '_state') __slots__ = ('id', 'identity_enabled', 'tag', '_badge', '_state')
def __init__(self, *, state, data: PrimaryGuildPayload) -> None: def __init__(self, *, state, data: PrimaryGuildPayload) -> None:
self._state = state self._state = state
self._update(data) self._update(data)

Loading…
Cancel
Save