Skip to content

Commit e625f58

Browse files
Peter Konradin-takumasa
authored andcommitted
fix wrong intendation
1 parent baf2552 commit e625f58

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

quantities/unitquantity.pyi

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ class UnitQuantity(Quantity):
8989
def __rpow__(self, other) -> Quantity:
9090
...
9191

92-
class Dimensionless(UnitQuantity):
9392

94-
@property
95-
def _dimensionality(self) -> Dimensionality:
96-
...
93+
class Dimensionless(UnitQuantity):
94+
95+
@property
96+
def _dimensionality(self) -> Dimensionality:
97+
...

0 commit comments

Comments
 (0)