mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove it's usage from deadline addon
This commit is contained in:
parent
5d946ad2e5
commit
72d4cdd629
1 changed files with 6 additions and 3 deletions
|
|
@ -1,9 +1,10 @@
|
|||
import os
|
||||
import requests
|
||||
import six
|
||||
import sys
|
||||
|
||||
from ayon_core.lib import requests_get, Logger
|
||||
import requests
|
||||
import six
|
||||
|
||||
from ayon_core.lib import Logger
|
||||
from ayon_core.modules import AYONAddon, IPluginPaths
|
||||
|
||||
|
||||
|
|
@ -56,6 +57,8 @@ class DeadlineModule(AYONAddon, IPluginPaths):
|
|||
RuntimeError: If deadline webservice is unreachable.
|
||||
|
||||
"""
|
||||
from .abstract_submit_deadline import requests_get
|
||||
|
||||
if not log:
|
||||
log = Logger.get_logger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue