Skip to content

Remove the from __future__ import unicode_literals, print_function. #251

@eldipa

Description

@eldipa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementsomething nice to have but it is not neither critical nor urgentgood first issueissues that should be easy to get done

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions