Skip to content

Commit d19efd3

Browse files
committed
Update result.py
1 parent 4773e90 commit d19efd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/yandex_cloud_ml_sdk/_runs/result.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from yandex_cloud_ml_sdk._tools.tool_call_list import ProtoAssistantToolCallList, ToolCallList
1616
from yandex_cloud_ml_sdk._types.operation import BaseOperationStatus
1717
from yandex_cloud_ml_sdk._types.result import BaseProtoResult, ProtoMessageTypeT_contra
18-
from yandex_cloud_ml_sdk._utils.doc import doc_from
1918

2019
from .status import BaseRunStatus, RunStatus, StreamEvent
2120

@@ -47,12 +46,10 @@ def _from_proto(cls, *, proto: ProtoMessageTypeT_contra, sdk: BaseSDK) -> BaseRu
4746
pass
4847

4948
@property
50-
@doc_from(BaseOperationStatus.is_running)
5149
def is_running(self) -> bool:
5250
return self.status.is_running
5351

5452
@property
55-
@doc_from(BaseOperationStatus.is_succeeded)
5653
def is_succeeded(self) -> bool:
5754
return self.status.is_succeeded
5855

0 commit comments

Comments
 (0)