Fix lint.

This commit is contained in:
robin@ynput.io 2024-09-18 16:46:49 -04:00
parent b0b509d431
commit be2b8d5c60
3 changed files with 3 additions and 9 deletions

View file

@ -74,9 +74,6 @@ class ExtractOTIOTrimmingVideo(publish.Extractor):
otio_range (opentime.TimeRange): range to trim to
"""
# Not all hosts can import this module.
from ayon_core.pipeline.editorial import frames_to_seconds
# create path to destination
output_path = self._get_ffmpeg_output(input_file_path)