Skip to content

Commit 1223dea

Browse files
authored
fix __all__
1 parent bfd4aed commit 1223dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from ..utils import find, get
3333
from .item import Item, ItemCallbackType
3434

35-
__all__ = "ItemInterface"
35+
__all__ = ("ItemInterface", )
3636

3737

3838
if TYPE_CHECKING:

0 commit comments

Comments
 (0)