-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
web/_routes.py contains Colors.to_hex(this_fixture.get_color()) a few times, and there's no type known for this_fixture (in pyright, at least).
If that type were annotated, you'd get an early warning that get_color() can return None, but to_hex can't take None.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels