diff --git a/client/ayon_core/plugins/publish/collect_otio_frame_ranges.py b/client/ayon_core/plugins/publish/collect_otio_frame_ranges.py index 7c31b6445a..83dbec1fe9 100644 --- a/client/ayon_core/plugins/publish/collect_otio_frame_ranges.py +++ b/client/ayon_core/plugins/publish/collect_otio_frame_ranges.py @@ -37,6 +37,7 @@ def validate_otio_clip(instance, logger): return False return True + class CollectOtioFrameRanges(pyblish.api.InstancePlugin): """Collect basic timeline frame ranges from OTIO clip.