Skip to content

Commit

Permalink
fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Aug 29, 2024
1 parent c03f5a5 commit d77c236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy-stubs/stats/_distn_infrastructure.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class rv_generic:
# def _argcheck_rvs(
# self,
# /,
# # NOTE: This `Unpack` trickery is only understood by pyright; mypy (still) doesn't fully support `Unpack` (`mypy<=1.11.1`)
# # NOTE: This `Unpack` trick is only understood by pyright; mypy (still) doesn't fully support `Unpack` (`mypy<=1.11.1`)
# *args: Unpack[tuple[Unpack[tuple[_ParamT, ...]], _LocT, _ScaleT]],
# size: onpt.AnyIntegerArray | None = None,
# ) -> tuple[
Expand Down

0 comments on commit d77c236

Please sign in to comment.