removed unused variable

This commit is contained in:
iLLiCiTiT 2021-02-24 11:24:00 +01:00
parent eff4dbf077
commit 3ab0ac66a8

View file

@ -38,7 +38,6 @@ class DictImmutableKeysWidget(BaseWidget):
)
self.widget_mapping = {}
self.wrapper_widgets_by_id = {}
self._added_wrapper_ids = set()
self._prepare_entity_layouts(
self.entity.gui_layout, self.content_widget
@ -72,7 +71,6 @@ class DictImmutableKeysWidget(BaseWidget):
)
self.widget_mapping[wrapper.id] = widget
self.wrapper_widgets_by_id[wrapper.id] = wrapper
self._prepare_entity_layouts(child["children"], wrapper)
def _ui_item_without_label(self):