mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
OP-4362 - remove unnecessary call to super
This commit is contained in:
parent
9a503fce6a
commit
b0e433e520
1 changed files with 1 additions and 5 deletions
|
|
@ -134,11 +134,7 @@ class RenderCreator(Creator):
|
|||
|
||||
def get_dynamic_data(self, variant, task_name, asset_doc,
|
||||
project_name, host_name, instance):
|
||||
dynamic_data = super(RenderCreator, self).get_dynamic_data(
|
||||
variant, task_name, asset_doc, project_name, host_name,
|
||||
instance
|
||||
)
|
||||
|
||||
dynamic_data = {}
|
||||
if instance is not None:
|
||||
composition_name = instance.get("composition_name")
|
||||
if composition_name:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue