Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 19, 2024
1 parent 7875b0b commit 13c9411
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_qartod.py
Original file line number Diff line number Diff line change
Expand Up @@ -2050,9 +2050,7 @@ def test_density_inversion_input(self):
density = [1024, 1024, 1025]
depth = [1, 2, 3]

match = (
"'less'|<"
)
match = "'less'|<"
# Wrong type suspect_threshold
with pytest.raises(TypeError, match=match):
qartod.density_inversion_test(
Expand Down

0 comments on commit 13c9411

Please sign in to comment.