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

chore: lint

parent 1a06ae6f
No related branches found
No related tags found
No related merge requests found
...@@ -719,7 +719,7 @@ class TestSemanticRouter: ...@@ -719,7 +719,7 @@ class TestSemanticRouter:
auto_sync="local", auto_sync="local",
) )
if index_cls is PineconeIndex: if index_cls is PineconeIndex:
time.sleep(PINECONE_SLEEP*2) # allow for index to be populated time.sleep(PINECONE_SLEEP * 2) # allow for index to be populated
query_result = route_layer(text="Hello").name query_result = route_layer(text="Hello").name
assert query_result in ["Route 1", "Route 2"] assert query_result in ["Route 1", "Route 2"]
......
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