Skip to content

Click warns about using unicode_literals #20

@cfournie

Description

@cfournie

When using important, Click warns about using the unicode_literals future import:

.../python2.7/site-packages/important/__main__.py:67: Warning: Click detected the use of the unicode_literals __future__ import.  This is heavily discouraged because it can introduce subtle bugs in your code.  You should instead use explicit u"" literals for your unicode strings.  For more information see http://click.pocoo.org/python3/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions