You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought about a suggestion that could minimize the current changes you did in PR #465 to clear our names, and the future required ones: what if we import the _utils module instead of individual elements of it?
That way we'd only need to remove that module instead.
The following piece of code shows all the extra stuff
QtPy
adds to thePyQt
/PySide
modules:(It might be better to test the APIs one by one.)
For most of the modules, it's just
PYQT5
,PYQT6
,PYSIDE2
, andPYSIDE6
. This can easily be cured withappended to the files. So, I've excluded them from the results for now. Still, I've got the following:
That's a lot, and most of this is what I've brought. 😢
The text was updated successfully, but these errors were encountered: