mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +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
|
||||
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
|
||||
tl_start, tl_end = otio_range_to_frame_range(otio_tl_range)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import os
|
||||
import mock
|
||||
|
||||
import opentimelineio as otio
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue