Skip to content

Commit e25221e

Browse files
committed
🎨 move __all__ at the top
1 parent 41aaf40 commit e25221e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

discord/primary_guild.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
from .asset import Asset
3131
from .types.primary_guild import PrimaryGuild as PrimaryGuildPayload
3232

33+
__all__ = ("PrimaryGuild",)
34+
3335

3436
class PrimaryGuild:
3537
"""
@@ -68,6 +70,3 @@ def badge(self) -> Asset | None:
6870
return Asset._from_user_primary_guild_tag(
6971
self._state, self.identity_guild_id, self._badge
7072
)
71-
72-
73-
__all__ = ("PrimaryGuild",)

0 commit comments

Comments
 (0)