remove the noop init of PyobjMixin
This commit is contained in:
parent
666acc9b7a
commit
e98627223f
|
@ -240,9 +240,6 @@ class PyobjContext:
|
||||||
class PyobjMixin(PyobjContext):
|
class PyobjMixin(PyobjContext):
|
||||||
_ALLOW_MARKERS = True
|
_ALLOW_MARKERS = True
|
||||||
|
|
||||||
def __init__(self, *k, **kw):
|
|
||||||
super().__init__(*k, **kw)
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def obj(self):
|
def obj(self):
|
||||||
"""Underlying Python object."""
|
"""Underlying Python object."""
|
||||||
|
|
Loading…
Reference in New Issue