mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
Shush the hound - code is correct
This commit is contained in:
parent
d92c6eac11
commit
4721a68309
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ def iter_history(nodes,
|
|||
|
||||
if node_hash in traversed:
|
||||
it.prune()
|
||||
it.next()
|
||||
it.next() # noqa: B305
|
||||
continue
|
||||
|
||||
traversed.add(node_hash)
|
||||
|
|
@ -72,7 +72,7 @@ def iter_history(nodes,
|
|||
fn_dep.setObject(node)
|
||||
yield fn_dep.name()
|
||||
|
||||
it.next()
|
||||
it.next() # noqa: B305
|
||||
|
||||
|
||||
def collect_input_containers(containers, nodes):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue