From 72ce4f6c28c3821447d44bb212b188c935b456fe Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 13 Mar 2024 16:10:28 -0400 Subject: [PATCH] x --- .../tests/integration_tests/vectorstores/test_pgvector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/tests/integration_tests/vectorstores/test_pgvector.py b/libs/community/tests/integration_tests/vectorstores/test_pgvector.py index cd6a4dcc0ee0c..96c09b25d5c06 100644 --- a/libs/community/tests/integration_tests/vectorstores/test_pgvector.py +++ b/libs/community/tests/integration_tests/vectorstores/test_pgvector.py @@ -1,6 +1,6 @@ """Test PGVector functionality.""" import os -from typing import Any, Dict, List, Type, Union, Generator +from typing import Any, Dict, Generator, List, Type, Union import pytest import sqlalchemy