partners: add lint docstrings for chroma module (#23249)

Description: add lint docstrings for chroma module
Issue: the issue #23188 @baskaryan

test:  ruff check passed.


![image](https://github.com/langchain-ai/langchain/assets/76683249/5e168a0c-32d0-464f-8ddb-110233918019)

---------

Co-authored-by: gongwn1 <gongwn1@lenovo.com>
This commit is contained in:
wenngong
2024-06-22 03:49:24 +08:00
committed by GitHub
parent 9eda8f2fe8
commit f9aea3db07
5 changed files with 168 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
"""This module checks if the given python files can be imported without error."""
import sys
import traceback
from importlib.machinery import SourceFileLoader