mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix formatting
This commit is contained in:
parent
2eb97b972e
commit
1ab7a652a3
1 changed files with 3 additions and 1 deletions
|
|
@ -920,7 +920,9 @@ class SceneInventoryView(QtWidgets.QTreeView):
|
|||
project_name = container_item.project_name
|
||||
container_ids_by_project_name[project_name].add(container_id)
|
||||
|
||||
for project_name, container_ids in container_ids_by_project_name.items():
|
||||
for project_name, container_ids in (
|
||||
container_ids_by_project_name.items()
|
||||
):
|
||||
containers_by_id = self._controller.get_containers_by_item_ids(
|
||||
container_ids
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue