remove unneded class variable

This commit is contained in:
Laura Klünder 2017-06-22 18:49:04 +02:00
parent d5420e6d96
commit bd7dcc647e

View file

@ -116,8 +116,6 @@ class ModelWrapper(BaseWrapper):
Can be called (like a class) to get a wrapped model instance
that has the according ModelWrapper as its type / metaclass.
"""
_submodels_by_model = {}
def __eq__(self, other):
if type(other) == ModelWrapper:
return self._obj is other._obj