Skip to content

Commit

Permalink
Update Session docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
markheik committed Aug 31, 2023
1 parent ede875d commit 34130c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/labone/core/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ async def set_value(
) -> annotated_value.AnnotatedValue:
"""Set the value of a node.
TODO: Tests
Args:
value: Annotated value of the node.
TODO: To accept list of `AnnotatedValue`s
Returns:
Annotated value of the server response.
Raises:
LabOneConnectionError: If there is a problem in the connection.
Expand Down

0 comments on commit 34130c8

Please sign in to comment.