Skip to content

Commit 006756c

Browse files
committed
Updated style [skip ci]
1 parent 3924672 commit 006756c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_peewee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Item(BaseModel):
1818
half_embedding = HalfVectorField(dimensions=3, null=True)
1919
binary_embedding = FixedBitField(max_length=3, null=True)
2020
sparse_embedding = SparseVectorField(dimensions=3, null=True)
21-
distance: float # for typing
21+
distance: float # for typing
2222

2323
class Meta: # type: ignore
2424
table_name = 'peewee_item'

0 commit comments

Comments
 (0)