Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 31, 2024
1 parent 613086f commit 3c53fb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ def test_deprecated_func():
def func(x):
pass

with pytest.warns(np.exceptions.VisibleDeprecationWarning, match="func is deprecated: bla"):
with pytest.warns(
np.exceptions.VisibleDeprecationWarning, match="func is deprecated: bla"
):
func(1)


Expand Down

0 comments on commit 3c53fb0

Please sign in to comment.