Skip to content

Commit 919ff2b

Browse files
author
gdj0nes
committed
FIX: formatting
1 parent 71e4f60 commit 919ff2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/integration/test_data_row_metadata.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ def mdo(client):
2424
@pytest.fixture
2525
def big_dataset(dataset: Dataset):
2626
task = dataset.create_data_rows([
27-
{
28-
"row_data": IMG_URL,
29-
"external_id": "my-image"
30-
},
31-
] * 1000)
27+
{
28+
"row_data": IMG_URL,
29+
"external_id": "my-image"
30+
},
31+
] * 1000)
3232
task.wait_till_done()
3333

3434
yield dataset

0 commit comments

Comments
 (0)