Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 2, 2024
1 parent 68baa18 commit d74546a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/data/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def test_required(self):
with self.assertRaises(ValueError):
writer.set_n_required(None, -5)
with self.assertRaises(ValueError):
writer.set_n_required(0, None)
writer.set_n_required(0, None)
with self.assertRaises(TypeError):
writer.set_n_required(None, "five")
with self.assertRaises(TypeError):
Expand Down

0 comments on commit d74546a

Please sign in to comment.