Skip to content
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 the from __future__ import unicode_literals, print_function. #251

Open
eldipa opened this issue Jun 2, 2022 · 0 comments
Open

Remove the from __future__ import unicode_literals, print_function. #251

eldipa opened this issue Jun 2, 2022 · 0 comments
Labels
enhancement something nice to have but it is not neither critical nor urgent good first issue issues that should be easy to get done

Comments

@eldipa
Copy link
Collaborator

eldipa commented Jun 2, 2022

Describe the feature you'd like
Because byexample runs on Python 3 only, these __future__ imports (unicode_literals and print_function) are not needed anymore as they are the default.
Removing them will make the code a little cleaner.

When removing the imports from the examples/test, extra care should be taken to not break them or to hide some under-testing thing.

@eldipa eldipa added enhancement something nice to have but it is not neither critical nor urgent good first issue issues that should be easy to get done labels Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement something nice to have but it is not neither critical nor urgent good first issue issues that should be easy to get done
Projects
None yet
Development

No branches or pull requests

1 participant