Skip to content

Commit 37e069d

Browse files
committed
style cleanup
1 parent 66299ea commit 37e069d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)