From 9915053bdfe640249558915b7223b4172a35d9af Mon Sep 17 00:00:00 2001 From: James Briggs <35938317+jamescalam@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:33:17 +0400 Subject: [PATCH] chore: lint --- tests/unit/test_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_sync.py b/tests/unit/test_sync.py index c316a681..0bf5eb05 100644 --- a/tests/unit/test_sync.py +++ b/tests/unit/test_sync.py @@ -611,7 +611,7 @@ class TestAsyncSemanticRouter: encoder=openai_encoder, routes=routes_2, index=index ) if index_cls is PineconeIndex: - await asyncio.sleep(PINECONE_SLEEP*2) # allow for index to be populated + await asyncio.sleep(PINECONE_SLEEP * 2) # allow for index to be populated diff = await route_layer_2.aget_utterance_diff(include_metadata=True) assert '+ Route 1: Hello | None | {"type": "default"}' in diff assert '+ Route 1: Hi | None | {"type": "default"}' in diff -- GitLab