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
Fix bugs in Color.from_cocoa and from_legacy_trigger (#598)
* Fix undefined MissingDependency, int(str) typo, and tuple annotation in color.py
- Define MissingDependency as a subclass of ImportError
- Fix int(str) to int(s) in from_legacy_trigger
- Fix return type annotation from ('Color', 'Color') to typing.Tuple
* Add tests for MissingDependency exception
0 commit comments