Skip to content

Commit f7b24e8

Browse files
committed
fix mypy
1 parent 0b89b4d commit f7b24e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/physt/statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __rich_repr__(self):
104104
yield "max", self.max
105105
yield "total", self.weight
106106

107-
__rich_repr__.angular = True
107+
__rich_repr__.angular = True # type: ignore[attr-defined]
108108

109109
def __str__(self):
110110
rich_str = ", ".join(f"{key}={value}" for key, value in self.__rich_repr__())

0 commit comments

Comments
 (0)