Activate pep8 check that _ is imported

Remove the specification in tox.ini that _ is a builtin so that
it will no longer assume that _ does not need to be imported.
This helps ensure that the _ from i18n is used.

Activating this check did not flag any violations.

Change-Id: I9cae8a2e16ff49b8272f42925228f1524ddf0fea
This commit is contained in:
THOMAS J. COCOZZELLO 2015-09-11 23:12:30 -05:00
parent 60dd893a80
commit 4c2236062f
1 changed files with 0 additions and 1 deletions

View File

@ -24,5 +24,4 @@ commands =
[flake8] [flake8]
show-source = true show-source = true
builtins = _
exclude=.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg exclude=.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg