diff --git a/src/_pytest/_io/saferepr.py b/src/_pytest/_io/saferepr.py index 5a4c76b4b..a97411876 100644 --- a/src/_pytest/_io/saferepr.py +++ b/src/_pytest/_io/saferepr.py @@ -26,7 +26,6 @@ class SafeRepr(reprlib.Repr): super().__init__() self.maxstring = maxsize self.maxsize = maxsize - self.maxother = 160 def repr(self, x): return self._callhelper(reprlib.Repr.repr, self, x)