Skip to content

Commit c7eeb0d

Browse files
author
Kevin Kim
committed
Styling
1 parent 702b5da commit c7eeb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_data_rows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def make_metadata_fields_dict():
6060
def filter_precomputed_embeddings(metadata_fields):
6161
return list(
6262
filter(lambda md: md["name"] != "precomputedImageEmbedding",
63-
metadata_fields))
63+
metadata_fields))
6464

6565

6666
def test_get_data_row(datarow, client):

0 commit comments

Comments
 (0)