mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Remove annotation on row property in subclasses
This commit is contained in:
@ -118,7 +118,7 @@ class TextInput(Item[V]):
|
||||
min_length=min_length,
|
||||
max_length=max_length,
|
||||
)
|
||||
self.row: Optional[int] = row
|
||||
self.row = row
|
||||
|
||||
def __str__(self) -> str:
|
||||
return self.value or ''
|
||||
|
Reference in New Issue
Block a user