Undocument Item.width

It doesn't serve much of a purpose to users
This commit is contained in:
Rapptz 2021-07-09 09:13:46 -04:00
parent 1a4e73d599
commit f153154b7a

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