Skip to content

Commit b15086a

Browse files
fix todo in docstring
1 parent 04f0869 commit b15086a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

redisvl/index.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,8 @@ def load(self, data: Iterable[Dict[str, Any]], **kwargs):
254254
containing the data to be indexed
255255
raises:
256256
redis.exceptions.ResponseError: If the index does not exist
257-
258-
# TODO -- should we return a count of the upserts? or some kind of metadata?
259257
"""
258+
# TODO -- should we return a count of the upserts? or some kind of metadata?
260259
if data:
261260
if not isinstance(data, Iterable):
262261
if not isinstance(data[0], dict):

0 commit comments

Comments
 (0)