byexamples / byexamples/byexample

Remove the `from __future__ import unicode_literals, print_function`.

Open
#251 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.