mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove unused variables
This commit is contained in:
parent
74161e931e
commit
a07650226a
1 changed files with 2 additions and 2 deletions
|
|
@ -498,8 +498,8 @@ class SubsetsModel(TreeModel, BaseRepresentationModel):
|
|||
project_name,
|
||||
representations=representations
|
||||
)
|
||||
for repre_id, repre_parents in parents_by_repre_id.items():
|
||||
_, repre_subset, _, _ = repre_parents
|
||||
for repre_parents in parents_by_repre_id.values():
|
||||
repre_subset = repre_parents[1]
|
||||
subsets_loaded_by_id.add(repre_subset["_id"])
|
||||
|
||||
if self._doc_fetching_stop:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue