-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove all six functionality #1040
Comments
#take |
Those are all the uses of
|
This was referenced Mar 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
six
provides simple utilities for wrapping over differences between Python 2 and Python 3.Follow this guide
https://six.readthedocs.io/
to find python 3 equivalent for python 2 six functionality.Remove all six imports and functionality and replace them with python 3 equivalent.
ie. from
six.xrange()
torange()
The text was updated successfully, but these errors were encountered: