mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Rename test file for OTIO export plugin
- Renamed test_transcoding.py to test_export_otio.py - Updated import path for get_image_info_metadata function.
This commit is contained in:
parent
ede1b17370
commit
e485eda611
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import pytest
|
||||
import logging
|
||||
from pathlib import Path
|
||||
from ayon_core.lib.transcoding import get_image_info_metadata
|
||||
from ayon_core.plugins.load.export_otio import get_image_info_metadata
|
||||
|
||||
logger = logging.getLogger('test_transcoding')
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue