diff --git a/IPython/qt/console/magic_helper.py b/IPython/qt/console/magic_helper.py index ef6b59b..54680b5 100644 --- a/IPython/qt/console/magic_helper.py +++ b/IPython/qt/console/magic_helper.py @@ -131,9 +131,7 @@ class MagicHelper(QtGui.QDockWidget): self.search_class.clear() self.search_list.clear() - self.data = json.loads( - data['data'].get('application/json', {}) - ) + self.data = data['data'].get('application/json', {}) self.search_class.addItem('All Magics', 'any') classes = set()