remove the unnecessary comment

This commit is contained in:
Mustafa-Zarkash 2023-06-30 08:33:44 +03:00
parent 00ab5c2be0
commit 55c646df82

View file

@ -28,7 +28,7 @@ class CreateRedshiftROP(plugin.HoudiniCreator):
instance = super(CreateRedshiftROP, self).create(
subset_name,
instance_data,
pre_create_data) # type: CreatedInstance
pre_create_data)
instance_node = hou.node(instance.get("instance_node"))