From 95e0f96d055d1f4374d174e29856e56173a3eacf Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 30 May 2011 14:20:55 -0400 Subject: [PATCH] hey, we don't need this. --- lib/sqlalchemy/orm/attributes.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py index 9ac7ed8e62..f7ded12ec0 100644 --- a/lib/sqlalchemy/orm/attributes.py +++ b/lib/sqlalchemy/orm/attributes.py @@ -588,17 +588,6 @@ class ScalarObjectAttributeImpl(ScalarAttributeImpl): uses_objects = True supports_population = True - def __init__(self, class_, key, callable_, dispatch, - trackparent=False, extension=None, copy_function=None, - **kwargs): - super(ScalarObjectAttributeImpl, self).__init__( - class_, - key, - callable_, dispatch, - trackparent=trackparent, - extension=extension, - **kwargs) - def delete(self, state, dict_): old = self.get(state, dict_) self.fire_remove_event(state, dict_, old, self) -- 2.47.2