mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Refactor reordered import
This commit is contained in:
parent
4c305d9596
commit
8b8d29042a
1 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,8 @@ import clique
|
|||
import speedcopy
|
||||
import pyblish.api
|
||||
|
||||
from ayon_api import get_last_version_by_product_name, get_representations
|
||||
|
||||
from ayon_core.lib import (
|
||||
get_ffmpeg_tool_args,
|
||||
filter_profiles,
|
||||
|
|
@ -32,7 +34,6 @@ from ayon_core.pipeline.publish import (
|
|||
get_publish_instance_label,
|
||||
)
|
||||
from ayon_core.pipeline.publish.lib import add_repre_files_for_cleanup
|
||||
from ayon_api import get_last_version_by_product_name, get_representations
|
||||
|
||||
|
||||
def frame_to_timecode(frame: int, fps: float) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue