Skip to content

Commit 987193a

Browse files
committed
[mypy] __pos__ is not supported now
1 parent 28990ef commit 987193a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantities/quantity.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Quantity(npt.NDArray):
9494

9595
# unary methods
9696
def __neg__(self) -> Quantity: ...
97-
def __pos__(self) -> Quantity: ...
97+
# def __pos__(self) -> Quantity: ... # GH#94
9898
def __abs__(self) -> Quantity: ...
9999
# NOTE invert is not supported
100100

0 commit comments

Comments
 (0)