Skip to content

Commit 8ab736b

Browse files
authored
Merge pull request #1162 from tisnik/lcore-1336-fix-docstring
LCORE-1336: fix docstrings
2 parents 2a63eb8 + 1cb6169 commit 8ab736b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/benchmarks/db_benchmarks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ def update_user_conversation(session: Session, id: str) -> None:
6161
6262
Parameters:
6363
session (Session): SQLAlchemy session used to persist the record.
64-
id (Optional[str]): Optional explicit ID to assign to the new conversation.
65-
If not provided, a generated suid will be used.
64+
id (str): Explicit ID to assign to the new conversation.
6665
6766
Returns:
6867
None

0 commit comments

Comments
 (0)