Skip to content

Commit 1121306

Browse files
committed
Removed unused import [skip ci]
1 parent 6620508 commit 1121306

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/test_django.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
from pgvector.django import VectorExtension, VectorField, HalfVectorField, BitField, SparseVectorField, IvfflatIndex, HnswIndex, L2Distance, MaxInnerProduct, CosineDistance, L1Distance, HammingDistance, JaccardDistance
1616
from unittest import mock
1717

18-
try:
19-
import numpy as np
20-
NUMPY_AVAILABLE = True
21-
except ImportError:
22-
NUMPY_AVAILABLE = False
23-
2418
settings.configure(
2519
DATABASES={
2620
'default': {

0 commit comments

Comments
 (0)