mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Avoid redundant return
This commit is contained in:
parent
640a409729
commit
c45144a1cf
1 changed files with 0 additions and 2 deletions
|
|
@ -112,7 +112,6 @@ class ExtractOpenGL(ExtractROP,
|
|||
def update_representation_data(self,
|
||||
instance: pyblish.api.Instance,
|
||||
representation: dict):
|
||||
|
||||
tags = ["review"]
|
||||
if not instance.data.get("keepImages"):
|
||||
tags.append("delete")
|
||||
|
|
@ -126,7 +125,6 @@ class ExtractOpenGL(ExtractROP,
|
|||
"preview": True,
|
||||
"camera_name": instance.data.get("review_camera")
|
||||
})
|
||||
return representation
|
||||
|
||||
|
||||
class ExtractComposite(ExtractROP,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue