Skip to content

Commit 1b9df46

Browse files
committed
Improved test code [skip ci]
1 parent edd9b4b commit 1b9df46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_sqlmodel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import numpy as np
22
from pgvector.sqlalchemy import VECTOR, HALFVEC, BIT, SPARSEVEC, SparseVector, avg, sum
33
import pytest
4-
from sqlalchemy import Column, Index
54
from sqlalchemy.exc import StatementError
6-
from sqlmodel import Field, Session, SQLModel, create_engine, delete, select, text
5+
from sqlmodel import Field, Index, Session, SQLModel, create_engine, delete, select, text
76
from typing import Any, Optional
87

98
engine = create_engine('postgresql+psycopg2://localhost/pgvector_python_test')

0 commit comments

Comments
 (0)