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 input validation is redundant. Maybe it is just sufficient to pass it without validating it, and then catching the "too many arguments" error that python automatically throws.
Issue description
The input validation is redundant. Maybe it is just sufficient to pass it without validating it, and then catching the "too many arguments" error that python automatically throws.