mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove unused variable
This commit is contained in:
parent
9929c80425
commit
5ab31a0bd9
1 changed files with 0 additions and 1 deletions
|
|
@ -521,7 +521,6 @@ class InstanceCardView(AbstractInstanceView):
|
|||
collections.defaultdict(list)
|
||||
)
|
||||
self._ordered_groups = []
|
||||
self._group_icons = {}
|
||||
self._context_widget: Optional[ContextCardWidget] = None
|
||||
self._widgets_by_id: dict[str, InstanceCardWidget] = {}
|
||||
self._widgets_by_group: dict[str, BaseGroupWidget] = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue