Skip to content

Commit 08feb28

Browse files
committed
fix lint errors
1 parent 098b863 commit 08feb28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sigpro/transformations/frequency/fftfreq.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
"""SigPro Transformations Frequency module."""
2+
13
import numpy as np
24

35

46
def fft_freq(amplitude_values, sampling_frequency):
5-
"""Compute the Frequency having FFT values
7+
"""Compute the Frequency having FFT values.
68
79
Args:
810
amplitude_values (np.ndarray):

0 commit comments

Comments
 (0)