From eca325081f8033bbc2abd74bbc2e3ae5d7571f20 2024-09-02 14:15:33 From: Ian Thomas Date: 2024-09-02 14:15:33 Subject: [PATCH] Linting --- 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)