From a5dfd2995e9003198348648427dbe49ec8dfc014 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 3 Jun 2020 15:06:59 +0200 Subject: [PATCH] Remove unused slot from ClothingDisplay --- lihzahrd/chests/clothingdisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lihzahrd/chests/clothingdisplay.py b/lihzahrd/chests/clothingdisplay.py index 97bcc51..d0ba61b 100755 --- a/lihzahrd/chests/clothingdisplay.py +++ b/lihzahrd/chests/clothingdisplay.py @@ -5,7 +5,7 @@ from .itemstack import ItemStack class ClothingDisplay: """Data pertaining to an item to display clothing.""" - __slots__ = "wearing_items", "wearing_dyes", "display_type" + __slots__ = "wearing_items", "wearing_dyes" def __init__(self, wearing_items: typing.List[ItemStack],