Skip to content

Commit e63860c

Browse files
committed
fix flake8
1 parent 6c69155 commit e63860c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stumpy/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@ def check_window_size(m, max_size=None, excl_zone=None, last_start_index=None):
570570
The maximum window size allowed
571571
572572
excl_zone : int, default None
573-
Size of the exclusion zone. If provided, then the `last_start_index` must also be
574-
provided.
573+
Size of the exclusion zone. If provided, then the `last_start_index`
574+
must also be provided.
575575
576576
last_start_index : int, default None
577577
Start index of the last subsequence

0 commit comments

Comments
 (0)