Skip to content

Commit

Permalink
[mypy] __pos__ is not supported now
Browse files Browse the repository at this point in the history
  • Loading branch information
n-takumasa committed Apr 7, 2023
1 parent 28990ef commit 987193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantities/quantity.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Quantity(npt.NDArray):

# unary methods
def __neg__(self) -> Quantity: ...
def __pos__(self) -> Quantity: ...
# def __pos__(self) -> Quantity: ... # GH#94
def __abs__(self) -> Quantity: ...
# NOTE invert is not supported

Expand Down

0 comments on commit 987193a

Please sign in to comment.