diff --git a/IPython/utils/traitlets.py b/IPython/utils/traitlets.py index 153ad64..938873c 100644 --- a/IPython/utils/traitlets.py +++ b/IPython/utils/traitlets.py @@ -197,7 +197,6 @@ class Connect(object): """ updating = False def __init__(self, *args): - self.objects = args for obj,attr in args: obj.on_trait_change(self._update, attr)