Don't use u"..." in Python 2.7 when there's from __future__ import unicode_literals
#188
Labels
T: enhancement
New feature or request
Since all literals will be unicode in this case, it should be fine to just use normal double quoted strings rather than prefix them with
u
.Operating system: CentOS7
Python version: 3.6
Black version: 18.4a4
The text was updated successfully, but these errors were encountered: