mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
removed unused variable
This commit is contained in:
parent
eff4dbf077
commit
3ab0ac66a8
1 changed files with 0 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue