Skip to content

Commit a9baedd

Browse files
remove unit __rpow__ (#14)
1 parent af9cca4 commit a9baedd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/metrology_apis/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def __pow__(self, other: int | float, /) -> Self: ...
2929

3030
def __rmul__(self, other: Self, /) -> Self: ...
3131
def __rtruediv__(self, other: Self, /) -> Self: ...
32-
def __rpow__(self, other: int | float, /) -> Self: ...
3332

3433
@runtime_checkable
3534
class Quantity[V, U: Unit](Protocol):

0 commit comments

Comments
 (0)