Skip to content

Commit f12d837

Browse files
committed
Small formating change in _validate_input
1 parent a7cd63e commit f12d837

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mkl_fft/interfaces/_scipy_fft.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ def _use_input_as_out(x, overwrite_x):
208208
if overwrite_x and np.issubdtype(x.dtype, np.complexfloating):
209209
# pass input as out to overwrite it
210210
return x
211-
else:
212-
return None
211+
return None
213212

214213

215214
def _validate_input(x):

0 commit comments

Comments
 (0)