Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed May 22, 2024
1 parent 030678d commit 66f2bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktime/annotation/clasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class ClaSPSegmentation(BaseSeriesAnnotator):

# todo 0.31.0: remove fmt argument, remove _fmt attribute and warning
def __init__(
self, period_length=10, n_cps=1, fmt="deprecated", exclusion_radius=0.05
self, period_length=10, n_cps=1, fmt="deprecated", exclusion_radius=0.05
):
self.period_length = int(period_length)
self.n_cps = n_cps
Expand Down

0 comments on commit 66f2bab

Please sign in to comment.