Skip to content

Commit 9915053

Browse files
committed
chore: lint
1 parent a12f699 commit 9915053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ async def test_utterance_diff(self, openai_encoder, routes, routes_2, index_cls)
611611
encoder=openai_encoder, routes=routes_2, index=index
612612
)
613613
if index_cls is PineconeIndex:
614-
await asyncio.sleep(PINECONE_SLEEP*2) # allow for index to be populated
614+
await asyncio.sleep(PINECONE_SLEEP * 2) # allow for index to be populated
615615
diff = await route_layer_2.aget_utterance_diff(include_metadata=True)
616616
assert '+ Route 1: Hello | None | {"type": "default"}' in diff
617617
assert '+ Route 1: Hi | None | {"type": "default"}' in diff

0 commit comments

Comments
 (0)