Skip to content

Commit

Permalink
Fixes style error
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberoiz committed Aug 27, 2020
1 parent 3b5c1ce commit abdce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion properimage/propersubtract.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

try:
import pyfftw

_fftwn = pyfftw.interfaces.numpy_fft.fftn # noqa
_ifftwn = pyfftw.interfaces.numpy_fft.ifftn # noqa
print("using pyfftw interfaces API")
Expand Down

0 comments on commit abdce1b

Please sign in to comment.