Skip to content

Commit 03d871c

Browse files
committed
yapf update
1 parent 10bc1a7 commit 03d871c

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

tests/integration/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def image_url(client):
134134
return client.upload_data(requests.get(IMG_URL).content, sign=True)
135135

136136

137-
138137
@pytest.fixture
139138
def project(client, rand_gen):
140139
project = client.create_project(name=rand_gen(str))
@@ -241,7 +240,8 @@ def configured_project(project, client, rand_gen, image_url):
241240

242241

243242
@pytest.fixture
244-
def configured_project_with_label(client, rand_gen, image_url, project, dataset, datarow):
243+
def configured_project_with_label(client, rand_gen, image_url, project, dataset,
244+
datarow):
245245
"""Project with a connected dataset, having one datarow
246246
Project contains an ontology with 1 bbox tool
247247
Additionally includes a create_label method for any needed extra labels

tests/unit/conftest.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)