Skip to content

Commit 6bd9350

Browse files
committed
format
1 parent ae25e65 commit 6bd9350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/annotation_import/test_bulk_import_request.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ def test_create_from_objects(configured_project, predictions,
5555
bulk_import_request.input_file_url, predictions)
5656

5757

58-
def test_create_from_local_file(tmp_path, predictions, configured_project, annotation_import_test_helpers):
58+
def test_create_from_local_file(tmp_path, predictions, configured_project,
59+
annotation_import_test_helpers):
5960
name = str(uuid.uuid4())
6061
file_name = f"{name}.ndjson"
6162
file_path = tmp_path / file_name

0 commit comments

Comments
 (0)