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
Modernize type hints in logarithmic equalization modifier (#2121)
SUMMARY:
Part of #1927
- Updated type hints to Python 3.10+ built-in generics
- Replaced List[] with list[]
- No functional changes
TEST PLAN:
- Ran `make quality` (ruff format and lint checks)
- Verified no functional code changes were introduced
---------
Co-authored-by: Brian Dellabetta <brian-dellabetta@users.noreply.github.com>
0 commit comments