Skip to content

Commit 856ab13

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 25b508d commit 856ab13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/yandex_cloud_ml_sdk/_assistants/assistant.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class ReadOnlyAssistant(BaseAssistant[RunTypeT, ThreadTypeT]):
307307
# Expiration timestamp.
308308
expires_at: datetime
309309
# Set of key-value pairs that can be used to organize and categorize the assistant.
310-
labels: dict[str, str] | None
310+
labels: dict[str, str] | None
311311

312312
@dataclasses.dataclass(frozen=True)
313313
class AssistantVersion:
@@ -323,7 +323,7 @@ class AssistantVersion:
323323

324324
@doc_from(ReadOnlyAssistant)
325325
class AsyncAssistant(ReadOnlyAssistant[AsyncRun, AsyncThread]):
326-
326+
327327
@doc_from(ReadOnlyAssistant._update)
328328
async def update(
329329
self,
@@ -359,7 +359,7 @@ async def update(
359359
response_format=response_format,
360360
timeout=timeout
361361
)
362-
362+
363363
@doc_from(ReadOnlyAssistant._delete)
364364
async def delete(
365365
self,

0 commit comments

Comments
 (0)