Skip to content

Commit 913834f

Browse files
author
gdj0nes
committed
FUX: yapf
1 parent eadb2d3 commit 913834f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

tests/integration/test_batch.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88

99
@pytest.fixture
1010
def big_dataset(dataset: Dataset):
11-
task = dataset.create_data_rows(
12-
[
13-
{
14-
"row_data": IMAGE_URL,
15-
"external_id": "my-image"
16-
},
17-
] * 250)
11+
task = dataset.create_data_rows([
12+
{
13+
"row_data": IMAGE_URL,
14+
"external_id": "my-image"
15+
},
16+
] * 250)
1817
task.wait_till_done()
1918

2019
yield dataset

0 commit comments

Comments
 (0)