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