Undocument Item.width

It doesn't serve much of a purpose to users
This commit is contained in:
Rapptz
2021-07-09 09:14:01 -04:00
parent 1a4e73d599
commit f153154b7a
-1
View File
@@ -107,7 +107,6 @@ class Item(Generic[V]):
@property
def width(self) -> int:
""":class:`int`: The width of the item."""
return 1
@property