Skip to content

Commit

Permalink
fix style error
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 10, 2025
1 parent 1e21e3e commit 27ae2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desiutil/test/test_bitmask.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ def test_print(self):
self.assertEqual(blat, _bitdefyaml)
for i, name in enumerate(self.ccdmask.names()):
self.assertEqual(str(self.ccdmask[name]), bit_str[i])
self.assertEqual(repr(self.ccdmask[name]), bit_repr[i])#
self.assertEqual(repr(self.ccdmask[name]), bit_repr[i])

0 comments on commit 27ae2ac

Please sign in to comment.