Skip to content

Commit

Permalink
Skip lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Jan 9, 2024
1 parent 31abd1b commit 0624f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_unit_metobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def test_unit_baselevel_get_url(
"""
level = BaseLevel()

if isinstance(expected_result, str):
if type(expected_result) != str: # noqa: E721
with pytest.raises(expected_result):
level._get_url(data, key, parameters, data_type)
return None
Expand Down

0 comments on commit 0624f96

Please sign in to comment.