Skip to content

Commit 5defca8

Browse files
author
Vahid Tavanashad
committed
fix pre-commit
1 parent 915342a commit 5defca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_fft.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def test_fft_invalid_dtype(self, func_name):
355355
with pytest.raises(TypeError):
356356
dpnp_func(a)
357357

358-
358+
359359
class TestFftfreq:
360360
@pytest.mark.parametrize("func", ["fftfreq", "rfftfreq"])
361361
@pytest.mark.parametrize("n", [10, 20])
@@ -371,4 +371,4 @@ def test_error(self, func):
371371
assert_raises(ValueError, getattr(dpnp.fft, func), 10.0)
372372

373373
# d should be an scalar
374-
assert_raises(ValueError, getattr(dpnp.fft, func), 10, (2,))
374+
assert_raises(ValueError, getattr(dpnp.fft, func), 10, (2,))

0 commit comments

Comments
 (0)