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
I am trying to transfer a python2 project to python3, but the function file cannot be rewrite as open which is compatible in both python2 and python3. I found another tool , modernize, can do it.