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
style(utils): update type hints and add future annotations import
Adopt modern Python 3.10+ type hint syntax by using the union operator `|`
instead of `Optional[...]`. Also, add `from __future__ import annotations`
to enable postponed evaluation of type annotations, improving flexibility
and consistency for type checking.
0 commit comments