From 3a8e44150f198a31917991dd12291918a675a3d8 Mon Sep 17 00:00:00 2001 From: blord0 Date: Wed, 18 Jun 2025 20:31:52 +0100 Subject: [PATCH] Style fixes --- discord/primary_guild.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/discord/primary_guild.py b/discord/primary_guild.py index 6ed789256..89f769306 100644 --- a/discord/primary_guild.py +++ b/discord/primary_guild.py @@ -37,6 +37,7 @@ if TYPE_CHECKING: class PrimaryGuild: """Represents the primary guild (formally known as a clan) of a :class:`User`""" + __slots__ = ('_id', 'identity_enabled', '_tag', '_badge', '_state') if TYPE_CHECKING: @@ -85,7 +86,4 @@ class PrimaryGuild: return None def __repr__(self) -> str: - return ( - f'' - ) + return f''