Some cleanup
This commit is contained in:
parent
733f1c6147
commit
ca230a7130
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ class TypedObject(SharedMemoryModel):
|
||||||
This is the main function of the typeclass system -
|
This is the main function of the typeclass system -
|
||||||
to dynamically re-apply a class based on the
|
to dynamically re-apply a class based on the
|
||||||
db_typeclass_path rather than use the one in the model.
|
db_typeclass_path rather than use the one in the model.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
typeclass_path = kwargs.pop("typeclass", None)
|
typeclass_path = kwargs.pop("typeclass", None)
|
||||||
super(TypedObject, self).__init__(*args, **kwargs)
|
super(TypedObject, self).__init__(*args, **kwargs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue