Skip to content

Commit 76dd124

Browse files
Fix lint error
1 parent d48e8eb commit 76dd124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/retrieve/chromadb_rm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def _init_chromadb(
9696
self,
9797
collection_name: str,
9898
persist_directory: str,
99-
client: Optional[chromadb.Client] = None
99+
client: Optional[chromadb.Client] = None,
100100
) -> chromadb.Collection:
101101
"""Initialize chromadb and return the loaded index.
102102

0 commit comments

Comments
 (0)