We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b2b3c commit 5534afcCopy full SHA for 5534afc
pint_xarray/index.py
@@ -105,6 +105,6 @@ def _repr_inline_(self, max_width):
105
106
def __repr__(self):
107
formatted_units = {n: f"{u:~P}" for n, u in self.units.items()}
108
- summary = f"<{self.__class__.__name__} (units={formatted_units}>"
+ summary = f"<{self.__class__.__name__} (units={formatted_units})>"
109
110
return "\n".join([summary, repr(self.index)])
0 commit comments