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:
@ -124,7 +124,7 @@ class Select(Item[V]):
|
||||
options=options,
|
||||
disabled=disabled,
|
||||
)
|
||||
self.row: Optional[int] = row
|
||||
self.row = row
|
||||
|
||||
@property
|
||||
def custom_id(self) -> str:
|
||||
|
Reference in New Issue
Block a user