Skip to content

Commit 534e8b8

Browse files
committed
Fix E303 too many blank lines in doi_database_test.py
1 parent d9dcadb commit 534e8b8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/pds_doi_service/core/db/test/doi_database_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ def test_query_by_wildcard(self):
248248
# Should only match two DOI's
249249
self.assertEqual(len(o_query_result[-1]), 2)
250250

251-
252251
def test_datapaper_type_roundtrip(self):
253252
"""Test that ProductType.DataPaper can be stored and retrieved without corruption.
254253
@@ -320,7 +319,5 @@ def test_unknown_product_type_roundtrip(self):
320319
self._doi_database.close_database()
321320

322321

323-
324-
325322
if __name__ == '__main__':
326323
unittest.main()

0 commit comments

Comments
 (0)