Skip to content

Commit e986272

Browse files
remove the noop init of PyobjMixin
1 parent 666acc9 commit e986272

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/_pytest/python.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ class PyobjContext:
240240
class PyobjMixin(PyobjContext):
241241
_ALLOW_MARKERS = True
242242

243-
def __init__(self, *k, **kw):
244-
super().__init__(*k, **kw)
245-
246243
@property
247244
def obj(self):
248245
"""Underlying Python object."""

0 commit comments

Comments
 (0)