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
The wheel argument in generate_index.py's argument parser is missing a type hint. Adding type=str would improve code readability and prevent potential type-related errors.