Skip to content

Commit caec09c

Browse files
tytalustytalus
authored andcommitted
ran yapf
1 parent 33968bd commit caec09c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/integration/test_data_rows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def test_data_row_bulk_creation_with_same_global_keys(dataset, sample_image):
641641
"This chunk's data rows will not be imported. "
642642
"Retry by appending them to the dataset. "
643643
"Error: Data rows contain empty string or duplicate global keys, which are not allowed"
644-
)
644+
)
645645
assert task.errors == errorMsg
646646

647647
task = dataset.create_data_rows([{

tests/integration/test_task.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def test_task_errors(dataset, image_url):
2828
assert len(task.failed_data_rows) > 0
2929
assert task.errors is not None
3030

31+
3132
def test_task_success_json(dataset, image_url):
3233
client = dataset.client
3334
task = dataset.create_data_rows([

0 commit comments

Comments
 (0)