Skip to content

Commit d0fd274

Browse files
Newline to meet line length limit
1 parent 421b134 commit d0fd274

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pywt/_cwt.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def next_fast_len(n):
3434
return 2**ceil(np.log2(n))
3535

3636

37-
def cwt(data, scales, wavelet, sampling_period=1., method='conv', precision=12, axis=-1):
37+
def cwt(data, scales, wavelet, sampling_period=1., method='conv',
38+
precision=12, axis=-1):
3839
"""
3940
cwt(data, scales, wavelet)
4041

0 commit comments

Comments
 (0)