Skip to content

Commit a7f1844

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 176c3b7 commit a7f1844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yandex_cloud_ml_sdk/_runs/domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class BaseRuns(BaseDomain, Generic[RunTypeT]):
2929
"""
3030
Base class for Runs operations.
31-
31+
3232
For usage examples see `runs example <https://github.com/yandex-cloud/yandex-cloud-ml-sdk/blob/master/examples/async/assistants/runs.py>`_.
3333
"""
3434
_run_impl: type[RunTypeT]

0 commit comments

Comments
 (0)