Skip to content

Commit

Permalink
CRAYSAT-1551: remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanholen-hpe committed Nov 20, 2024
1 parent 1f6eeed commit 38b917d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_loose_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_bad_version_str(self):
good_version_str = "2.0.0"
self.assertLess(LooseVersion(good_version_str), LooseVersion(bad_version_str))


def test_eq(self):
"""Test __eq__ for LooseVersion."""
for version_str in self.examples:
Expand Down

0 comments on commit 38b917d

Please sign in to comment.