Skip to content

Commit ee243b9

Browse files
committed
nit
1 parent 6f8b77d commit ee243b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/bulk_import/test_bulk_import_request.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def test_delete(client, configured_project, predictions):
154154
id_param = "project_id"
155155
query_str = """query bulk_import_requests($%s: ID!) {bulkImportRequests(where: {projectId: $%s}) {id}}""" % (
156156
id_param, id_param)
157-
158157
name = str(uuid.uuid4())
159158

160159
bulk_import_request = configured_project.upload_annotations(

0 commit comments

Comments
 (0)