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
Add typing fixes, import cleanup, and staticmethod
Update type hints and imports across several modules: splash.py now uses union return types (QPixmap | None, QSplashScreen | None) to reflect possible None returns; processor_utils.py adds from __future__ import annotations, imports import_module and replaces importlib.import_module calls for clearer imports; display.py marks BBoxColors.get_all_display_names as @staticmethod. These changes improve typing clarity and minor API correctness.
0 commit comments