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

Click warns about using unicode_literals #20

Open
cfournie opened this issue Jan 5, 2017 · 0 comments
Open

Click warns about using unicode_literals #20

cfournie opened this issue Jan 5, 2017 · 0 comments

Comments

@cfournie
Copy link
Owner

cfournie commented Jan 5, 2017

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant