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
ApplyTypeAnnotationsVisitor will not change the type annotation on X.x to int even if you set overwrite_existing_annotations to True. This is the case even if you change it to be an assign (as in x: str = "a".)
The text was updated successfully, but these errors were encountered:
Consider this example:
used to patch:
ApplyTypeAnnotationsVisitor
will not change the type annotation onX.x
toint
even if you setoverwrite_existing_annotations
to True. This is the case even if you change it to be an assign (as inx: str = "a"
.)The text was updated successfully, but these errors were encountered: