Skip to content

Commit 39f1838

Browse files
author
Dmitriy Apollonin
committed
run yapf
1 parent 6489884 commit 39f1838

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integration/test_data_rows.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,9 @@ def test_data_row_bulk_creation_with_same_global_keys(dataset, sample_image):
786786
assert len(list(dataset.data_rows())) == 1
787787
assert list(dataset.data_rows())[0].global_key == global_key_1
788788

789-
def test_data_row_delete_and_create_with_same_global_key(client, dataset, sample_image):
789+
790+
def test_data_row_delete_and_create_with_same_global_key(
791+
client, dataset, sample_image):
790792
global_key_1 = str(uuid.uuid4())
791793
data_row_payload = {
792794
DataRow.row_data: sample_image,
@@ -821,7 +823,6 @@ def test_data_row_delete_and_create_with_same_global_key(client, dataset, sample
821823
assert task.result[0]['global_key'] == global_key_1
822824

823825

824-
825826
def test_data_row_bulk_creation_sync_with_unique_global_keys(
826827
dataset, sample_image):
827828
global_key_1 = str(uuid.uuid4())

0 commit comments

Comments
 (0)