Skip to content

Commit 76ca397

Browse files
committed
fix lint.
1 parent 75ecc34 commit 76ca397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptwt/continuous_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def cwt(
2929
scales: Union[np.ndarray, torch.Tensor],
3030
wavelet: Union[ContinuousWavelet, str],
3131
sampling_period: float = 1.0,
32-
precision: int = 12
32+
precision: int = 12,
3333
) -> tuple[torch.Tensor, np.ndarray]:
3434
"""Compute the single-dimensional continuous wavelet transform.
3535

0 commit comments

Comments
 (0)