Skip to content

Commit 5b9983e

Browse files
committed
remove duplicate paths
1 parent 232c257 commit 5b9983e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_store.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ def test_getFileAnnotations(self, synapse_store):
8585
assert expected_dict == actual_dict
8686

8787
def test_annotation_submission(self, synapse_store, helpers, config):
88-
# Duplicate base file to avoid conflicts
8988
manifest_path = "mock_manifests/annotations_test_manifest.csv"
90-
temp_manifest_path = helpers.get_version_specific_manifest_path(helpers, manifest_path)
9189

9290
# Upload dataset annotations
9391
inputModelLocaiton = helpers.get_data_path(get_from_config(config.DATA, ("model", "input", "location")))
@@ -109,7 +107,6 @@ def test_annotation_submission(self, synapse_store, helpers, config):
109107
hideBlanks = True,
110108
restrict_manifest = False,
111109
)
112-
113110
except RetryError:
114111
pass
115112

0 commit comments

Comments
 (0)