Browse Source

Fix user.py __all__

pull/10109/head
dolfies 4 years ago
parent
commit
ad3904d65a
  1. 1
      discord/user.py

1
discord/user.py

@ -55,6 +55,7 @@ if TYPE_CHECKING:
__all__ = (
'User',
'ClientUser',
'Profile',
)
BU = TypeVar('BU', bound='BaseUser')

Loading…
Cancel
Save