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
Since py2 is deprecated (also by us), we do not need any special cases anymore.
Looks for usages of "unicode", "long" or any other removed built-in type.
Or any other place where we are querying the python version to do an if-else.
Or look for try/catch of ImportErrors
The text was updated successfully, but these errors were encountered:
Since py2 is deprecated (also by us), we do not need any special cases anymore.
Looks for usages of "unicode", "long" or any other removed built-in type.
Or any other place where we are querying the python version to do an if-else.
Or look for try/catch of ImportErrors
The text was updated successfully, but these errors were encountered: