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: Ibb457fc16b64ead1acbf359531ecd79e624df8ab
This commit is contained in:
THOMAS J. COCOZZELLO 2015-09-03 16:22:13 -05:00
parent e424af2236
commit 5304f5f7f1
1 changed files with 0 additions and 1 deletions

View File

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