Skip to content

Commit

Permalink
Fix linter error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Exairnous committed Apr 5, 2024
1 parent 5991ed6 commit 67268c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ def gather(self, export_settings, object):
@classmethod
@delayed_gather
def gather_import(cls, gltf, blender_host, component_name, component_value, import_report, blender_ob=None):
super().gather_import(gltf, blender_host, component_name, component_value, import_report, blender_ob=blender_ob)
super().gather_import(gltf, blender_host, component_name, component_value, import_report, blender_ob=blender_ob)

0 comments on commit 67268c4

Please sign in to comment.