mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Fix lint.
This commit is contained in:
parent
929e2465fc
commit
d0364cbec3
2 changed files with 4 additions and 2 deletions
|
|
@ -104,7 +104,10 @@ class CollectOtioRanges(pyblish.api.InstancePlugin):
|
||||||
|
|
||||||
# Get timeline ranges
|
# Get timeline ranges
|
||||||
otio_tl_range = otio_clip.range_in_parent()
|
otio_tl_range = otio_clip.range_in_parent()
|
||||||
otio_tl_range_handles = otio_range_with_handles(otio_tl_range, instance)
|
otio_tl_range_handles = otio_range_with_handles(
|
||||||
|
otio_tl_range,
|
||||||
|
instance
|
||||||
|
)
|
||||||
|
|
||||||
# Convert to frames
|
# Convert to frames
|
||||||
tl_start, tl_end = otio_range_to_frame_range(otio_tl_range)
|
tl_start, tl_end = otio_range_to_frame_range(otio_tl_range)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
import os
|
import os
|
||||||
import mock
|
|
||||||
|
|
||||||
import opentimelineio as otio
|
import opentimelineio as otio
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue