Skip to content

Commit 7070af4

Browse files
committed
update docstring
1 parent 6d2bc33 commit 7070af4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lpdb/session.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def make_request(
148148
149149
:returns: result of the query
150150
151+
:raises ValueError: if an invalid `lpdb_datatype` is supplied
151152
:raises LpdbError: if something went wrong with the request
152153
"""
153154
pass
@@ -167,6 +168,7 @@ def make_count_request(
167168
168169
:returns: number of objects that satisfy the condition(s)
169170
171+
:raises ValueError: if an invalid `lpdb_datatype` is supplied
170172
:raises LpdbError: if something went wrong with the request
171173
"""
172174
response = self.make_request(

0 commit comments

Comments
 (0)