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
ec563351a6
commit
7a224914ea
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,6 @@ class InventoryModel(QtGui.QStandardItemModel):
|
|||
container_items = self._controller.get_container_items()
|
||||
self._clear_items()
|
||||
repre_id = set()
|
||||
repre_id_by_project_id = collections.defaultdict(set)
|
||||
version_items_by_product_id = collections.defaultdict(dict)
|
||||
repre_info_by_id_by_project = collections.defaultdict(list)
|
||||
item_by_repre_id_by_project_id = collections.defaultdict(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue