mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove redundant typing and import
This commit is contained in:
parent
f28e486753
commit
58187b1bf0
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@
|
|||
import inspect
|
||||
|
||||
from ayon_core.hosts.houdini.api import plugin
|
||||
from ayon_core.pipeline import CreatedInstance
|
||||
|
||||
import hou
|
||||
|
||||
|
|
@ -26,7 +25,7 @@ class CreateUSDLook(plugin.HoudiniCreator):
|
|||
instance = super(CreateUSDLook, self).create(
|
||||
product_name,
|
||||
instance_data,
|
||||
pre_create_data) # type: CreatedInstance
|
||||
pre_create_data)
|
||||
|
||||
instance_node = hou.node(instance.get("instance_node"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue