Skip to content

Commit 3e6951c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4bffe3d commit 3e6951c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/unit/contentproviders/test_dataverse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def doi_resolver(req, context):
9595

9696
@pytest.fixture
9797
def dv_files(tmpdir):
98-
9998
f1 = tmpdir.join("some-file.txt")
10099
f1.write("some content")
101100

tests/unit/contentproviders/test_hydroshare.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def doi_resolver(req, context):
3535

3636

3737
def test_content_id(requests_mock):
38-
3938
requests_mock.get(re.compile("https://"), json=hydroshare_data)
4039
requests_mock.get(re.compile("https://doi.org"), json=doi_resolver)
4140

0 commit comments

Comments
 (0)