Skip to content

Commit

Permalink
Fix hypehints error
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Oct 12, 2024
1 parent 86f6ec6 commit d90af5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hypercoast/pace.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,8 @@ def apply_kmeans(
n_clusters: int = 6,
plot: bool = True,
figsize: tuple[int, int] = (8, 6),
extent: list[float] | None = None,
title: str | None = None,
extent: list[float] = None,
title: str = None,
**kwargs,
) -> tuple[np.ndarray, np.ndarray, np.ndarray]:
"""
Expand Down

0 comments on commit d90af5b

Please sign in to comment.