Skip to content

Commit

Permalink
Fix all reportInvalidTypeArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Nov 7, 2024
1 parent 7e9bfa9 commit d0c7879
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ reportAssignmentType = "none" # TODO
reportAttributeAccessIssue = "none" # TODO
reportFunctionMemberAccess = "none" # TODO
reportGeneralTypeIssues = "none" # TODO
reportInvalidTypeArguments = "none" # TODO
reportInvalidTypeForm = "none" # TODO
reportMissingImports = "none" # TODO
reportUndefinedVariable = "none" # TODO
Expand Down
2 changes: 1 addition & 1 deletion stubs/sympy-stubs/functions/special/bessel.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class hn2(SphericalHankelBase):

def jn_zeros(
n, k, method=..., dps=...
) -> list[Any | Float] | list[Any | NDArray[Any, Any] | NDArray[floating[Any], Any] | tuple[Any, Any] | Any]: ...
) -> list[Any | Float] | list[Any | NDArray[Any, Any] | tuple[Any, Any] | Any]: ...

class AiryBase(Function):
def as_real_imag(self, deep=..., **hints) -> tuple[Any, Any]: ...
Expand Down

0 comments on commit d0c7879

Please sign in to comment.