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 0b89b4d commit f7b24e8Copy full SHA for f7b24e8
src/physt/statistics.py
@@ -104,7 +104,7 @@ def __rich_repr__(self):
104
yield "max", self.max
105
yield "total", self.weight
106
107
- __rich_repr__.angular = True
+ __rich_repr__.angular = True # type: ignore[attr-defined]
108
109
def __str__(self):
110
rich_str = ", ".join(f"{key}={value}" for key, value in self.__rich_repr__())
0 commit comments