Skip to content

Commit db1a1c2

Browse files
authored
Satisfy linter
1 parent 568b208 commit db1a1c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mkl_fft/_fft_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def _check_shapes_for_direct(xs, shape, axes):
6363
return False
6464
return True
6565

66+
6667
def _check_shapes_equiv_s_none(s, shape, axes):
6768
for si, ai in zip(s, axes):
6869
try:

0 commit comments

Comments
 (0)