mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
remove unused variable
This commit is contained in:
parent
a70135bb51
commit
77e5317ee3
1 changed files with 0 additions and 1 deletions
|
|
@ -974,7 +974,6 @@ class SceneInventoryView(QtWidgets.QTreeView):
|
|||
project_name, repre_ids)
|
||||
repre_info_by_project[project_name].update(repre_info)
|
||||
|
||||
product_ids_by_project = collections.defaultdict(set)
|
||||
version_items_by_product_id_by_project = collections.defaultdict(dict)
|
||||
for container_item in containers_items_by_id.values():
|
||||
project_name = container_item.project_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue