Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Hound fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonebarbieri committed Nov 23, 2022
1 parent 27e4985 commit 36effdc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from openpype.pipeline import publish
from openpype.hosts.blender.api import plugin
from openpype.hosts.blender.api.pipeline import AVALON_PROPERTY


class ExtractAnimationABC(publish.Extractor):
Expand All @@ -22,8 +21,6 @@ def process(self, instance):
filepath = os.path.join(stagingdir, filename)

context = bpy.context
scene = context.scene
view_layer = context.view_layer

# Perform extraction
self.log.info("Performing extraction..")
Expand Down

0 comments on commit 36effdc

Please sign in to comment.