diff --git a/IPython/external/qt_loaders.py b/IPython/external/qt_loaders.py index 7630194..6058ee5 100644 --- a/IPython/external/qt_loaders.py +++ b/IPython/external/qt_loaders.py @@ -302,6 +302,7 @@ def import_pyside6(): ImportErrors raised within this function are non-recoverable """ + def get_attrs(module): return { name: getattr(module, name)