Skip to content

Commit ced0897

Browse files
committed
Lint tests
1 parent ff07661 commit ced0897

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/annotation_import/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def configured_project_without_data_rows(client, ontology, rand_gen):
153153
project.delete()
154154
dataset.delete()
155155

156+
156157
@pytest.fixture
157158
def configured_project_without_data_rows(client, ontology, rand_gen):
158159
project = client.create_project(name=rand_gen(str))
@@ -166,6 +167,7 @@ def configured_project_without_data_rows(client, ontology, rand_gen):
166167
project.delete()
167168
dataset.delete()
168169

170+
169171
@pytest.fixture
170172
def prediction_id_mapping(configured_project):
171173
#Maps tool types to feature schema ids

0 commit comments

Comments
 (0)