Skip to content

Commit

Permalink
style (tes): remove trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchcn committed Nov 13, 2023
1 parent 88a5229 commit 6f0e8f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/test_peptide_pool_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,5 +600,3 @@ def test_split_database_source_comb_order_case2(self):
received = {str(x.seq) for x in splitter.databases[key].peptides}
expected = {x[0] for x in peptides_data}
self.assertEqual(expected, received)


0 comments on commit 6f0e8f9

Please sign in to comment.