Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgiuliani committed May 16, 2024
1 parent 0401b8b commit 47666b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/geo/test_boozersurface.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def test_boozer_surface_type_assert(self):
lab_target = 0.1

with self.assertRaises(Exception):
boozer_surface = BoozerSurface(bs, s, lab, lab_target)
_ = BoozerSurface(bs, s, lab, lab_target)


if __name__ == "__main__":
Expand Down

0 comments on commit 47666b5

Please sign in to comment.