Skip to content

Commit 9caa2a8

Browse files
committed
style cleanup
1 parent 2b41837 commit 9caa2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aspire/numeric/scipy_fft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def fftshift(self, x, axes=None):
3434
def ifftshift(self, x, axes=None):
3535
return sp.fft.ifftshift(x, axes=axes)
3636

37-
def dct(self, x,workers=-1,**kwargs):
37+
def dct(self, x, workers=-1, **kwargs):
3838
return sp.fft.dct(x, **kwargs)
3939

4040
def idct(self, x, workers=-1, **kwargs):

0 commit comments

Comments
 (0)