mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
community[patch]: fix lint (#17984)
This commit is contained in:
parent
e8633e53c4
commit
9b0b0032c2
@ -26,7 +26,7 @@ class NeuralDBVectorStore(VectorStore):
|
|||||||
vectorstore = NeuralDBVectorStore(db=db)
|
vectorstore = NeuralDBVectorStore(db=db)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, db):
|
def __init__(self, db: Any) -> None:
|
||||||
self.db = db
|
self.db = db
|
||||||
|
|
||||||
db: Any = None #: :meta private:
|
db: Any = None #: :meta private:
|
||||||
|
Loading…
Reference in New Issue
Block a user