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
Take into account the following for the migration:
Update super() use
Remove the py3compat module
Update any code (and remove if necessary) that uses if PY2 etc...
Check division operator
Remove future imports
Check tests
Check for Py2 of Py3 codes
The text was updated successfully, but these errors were encountered:
Take into account the following for the migration:
Update super() use
Remove the py3compat module
Update any code (and remove if necessary) that uses if PY2 etc...
Check division operator
Remove future imports
Check tests
Check for Py2 of Py3 codes
The text was updated successfully, but these errors were encountered: