Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Apr 2, 2024
1 parent 9e47915 commit fc89f51
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""Creator plugin for creating pointcache alembics."""
from ayon_core.hosts.houdini.api import plugin
from ayon_core.pipeline import CreatedInstance
from ayon_core.lib import BoolDef


Expand All @@ -22,7 +21,7 @@ def create(self, product_name, instance_data, pre_create_data):
instance = super(CreateMantraIFD, self).create(
product_name,
instance_data,
pre_create_data) # type: CreatedInstance
pre_create_data)

instance_node = hou.node(instance.get("instance_node"))

Expand Down

0 comments on commit fc89f51

Please sign in to comment.