remove unneded class variable
This commit is contained in:
parent
d5420e6d96
commit
bd7dcc647e
1 changed files with 0 additions and 2 deletions
|
@ -116,8 +116,6 @@ class ModelWrapper(BaseWrapper):
|
||||||
Can be called (like a class) to get a wrapped model instance
|
Can be called (like a class) to get a wrapped model instance
|
||||||
that has the according ModelWrapper as its type / metaclass.
|
that has the according ModelWrapper as its type / metaclass.
|
||||||
"""
|
"""
|
||||||
_submodels_by_model = {}
|
|
||||||
|
|
||||||
def __eq__(self, other):
|
def __eq__(self, other):
|
||||||
if type(other) == ModelWrapper:
|
if type(other) == ModelWrapper:
|
||||||
return self._obj is other._obj
|
return self._obj is other._obj
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue