diff options
Diffstat (limited to 'gitlab/base.py')
-rw-r--r-- | gitlab/base.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gitlab/base.py b/gitlab/base.py index ccc9e4a..795d7fa 100644 --- a/gitlab/base.py +++ b/gitlab/base.py @@ -553,10 +553,6 @@ class RESTObject(object): '_module': importlib.import_module(self.__module__) }) self.__dict__['_parent_attrs'] = self.manager.parent_attrs - - # TODO(gpocentek): manage the creation of new objects from the received - # data (_constructor_types) - self._create_managers() def __getattr__(self, name): |