fix for "F821 undefined name 'unicode'" error when running tox

This commit is contained in:
Victor Ng 2019-01-20 20:07:56 -05:00
Родитель 24e3d9f0a0
Коммит 682e08ec19
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -28,3 +28,6 @@ commands =
[testenv:flake8]
deps = flake8
commands = flake8 taar
[flake8]
builtins = unicode