remove the noop init of PyobjMixin

This commit is contained in:
Ronny Pfannschmidt 2019-07-12 06:14:36 +02:00
parent 666acc9b7a
commit e98627223f
1 changed files with 0 additions and 3 deletions

View File

@ -240,9 +240,6 @@ class PyobjContext:
class PyobjMixin(PyobjContext):
_ALLOW_MARKERS = True
def __init__(self, *k, **kw):
super().__init__(*k, **kw)
@property
def obj(self):
"""Underlying Python object."""