We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cb4f8 commit 6479a53Copy full SHA for 6479a53
src/yandex_cloud_ml_sdk/_batch/domain.py
@@ -17,9 +17,9 @@
17
from yandex_cloud_ml_sdk._types.batch.task_info import BatchTaskInfo
18
from yandex_cloud_ml_sdk._types.domain import BaseDomain
19
from yandex_cloud_ml_sdk._types.misc import UNDEFINED, UndefinedOr, get_defined_value
20
+from yandex_cloud_ml_sdk._utils.doc import doc_from
21
from yandex_cloud_ml_sdk._utils.proto import ProtoEnumCoercible
22
from yandex_cloud_ml_sdk._utils.sync import run_sync, run_sync_generator
-from yandex_cloud_ml_sdk._utils.doc import doc_from
23
24
logger = get_logger(__name__)
25
0 commit comments