-
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 PY2 encoding declaration #1037
Comments
dorothykiz1
changed the title
Remove PY2 encoding decalaration
Remove PY2 encoding declaration
Feb 19, 2022
As example you can see the PR: https://github.com/airspeed-velocity/asv/pull/1048/files |
#take |
Same here, looks like all them are now gone. Thanks a lot @Tushcathy and @mariamadronah |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying to drop any python 2 related syntaxes, comments, or code and replace this with python 3 equivalent code.
Most files in the asv directory have the first-line comment on top of the file
# -*- coding: utf-8 -*-
The idea is to remove this line from all files as this encoding declaration is related to python 2
The text was updated successfully, but these errors were encountered: