byexamples / byexamples/byexample
Remove the `from __future__ import unicode_literals, print_function`.
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 67
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.