Skip to content

Commit

Permalink
Update _typing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Sep 25, 2023
1 parent 6b43582 commit dfea975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spei/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
from scipy.stats._continuous_distns import rv_continuous

ContinuousDist = Union[Any, rv_continuous]
Axes = TypeVar("Axes", bound=generic, covariant=True)
Axes = TypeVar("Axes", bound=Union[generic, Any])
NDArrayAxes = NDArray[Axes]
NDArrayFloat = NDArray[float64]

0 comments on commit dfea975

Please sign in to comment.