Skip to content

Commit 1ce79e3

Browse files
Address linter warning
1 parent 48a9d62 commit 1ce79e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mkl_fft/_numpy_fft.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,4 +1494,3 @@ def irfft2(a, s=None, axes=(-2, -1), norm=None):
14941494
check_norm(norm)
14951495
x = _float_utils.__downcast_float128_array(a)
14961496
return irfftn(x, s, axes, norm)
1497-

0 commit comments

Comments
 (0)