Skip to content

Commit 5534afc

Browse files
committed
closing parens
1 parent 82b2b3c commit 5534afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pint_xarray/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ def _repr_inline_(self, max_width):
105105

106106
def __repr__(self):
107107
formatted_units = {n: f"{u:~P}" for n, u in self.units.items()}
108-
summary = f"<{self.__class__.__name__} (units={formatted_units}>"
108+
summary = f"<{self.__class__.__name__} (units={formatted_units})>"
109109

110110
return "\n".join([summary, repr(self.index)])

0 commit comments

Comments
 (0)