Skip to content
Snippets Groups Projects
Commit 9717cf1e authored by James Briggs's avatar James Briggs
Browse files

chore: lint

parent 41017ee7
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ class PineconeIndex(BaseIndex):
self.index_host = f"http://{self.index_host}"
index = self.client.Index(self.index_name, host=self.index_host)
self.host = self.index_host
return index
return index
async def _init_async_index(self, force_create: bool = False):
index_stats = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment