aboutsummaryrefslogtreecommitdiff
path: root/discord/ui
diff options
context:
space:
mode:
Diffstat (limited to 'discord/ui')
-rw-r--r--discord/ui/item.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/ui/item.py b/discord/ui/item.py
index ef02a975..d79fd937 100644
--- a/discord/ui/item.py
+++ b/discord/ui/item.py
@@ -107,7 +107,6 @@ class Item(Generic[V]):
@property
def width(self) -> int:
- """:class:`int`: The width of the item."""
return 1
@property