Fix BanEntry not being exported despite being documented

This commit is contained in:
Rapptz 2022-04-23 01:52:52 -04:00
parent 08844985cc
commit f045b7d63c

View File

@ -88,11 +88,10 @@ from .audit_logs import AuditLogEntry
from .object import OLDEST_OBJECT, Object
# fmt: off
__all__ = (
'Guild',
'BanEntry',
)
# fmt: on
MISSING = utils.MISSING