-
Notifications
You must be signed in to change notification settings - Fork 38
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 __future__ annotations from Python files #417
Comments
I can update that |
@sobolevnrm That's already removed just now, right? |
You're right: I checked the wrong version of the master branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that
__future__ annotations
is not required anymore in all files.Originally posted by @kiyoon in #414 (comment)
The text was updated successfully, but these errors were encountered: