mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Document more uses of type ignore
This commit is contained in:
@ -47,6 +47,7 @@ __all__ = (
|
||||
V = TypeVar('V', bound='View', covariant=True)
|
||||
TI = TypeVar('TI', bound='TextInput')
|
||||
|
||||
|
||||
class TextInput(Item[V]):
|
||||
"""Represents a UI text input.
|
||||
|
||||
|
Reference in New Issue
Block a user