mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove unnecessary imports
This commit is contained in:
parent
9b35dd6cfc
commit
e0597ac6de
1 changed files with 2 additions and 5 deletions
|
|
@ -26,16 +26,13 @@ import os
|
|||
import collections
|
||||
import time
|
||||
|
||||
import pyblish.api
|
||||
import ayon_api
|
||||
from ayon_api import RequestTypes
|
||||
from ayon_api.operations import OperationsSession
|
||||
try:
|
||||
from ayon_api.utils import get_media_mime_type
|
||||
except ImportError:
|
||||
from ayon_core.lib import get_media_mime_type
|
||||
import pyblish.api
|
||||
import requests
|
||||
|
||||
from ayon_core.lib import get_media_mime_type
|
||||
from ayon_core.pipeline.publish import PublishXmlValidationError
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue