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
In #869 I incorrectly submitted annotations list[str], because the docstring read as if there were 2 list[str] passed. The actual passed type is list[MethodObject] for both parameters
In #869 I incorrectly submitted annotations
list[str], because the docstring read as if there were 2list[str]passed. The actual passed type islist[MethodObject]for both parameters