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: I7b3528e07aee6138563ad83c2caa08ecbe49f933
This commit is contained in:
Tom Cocozzello 2015-08-04 10:47:28 -05:00
parent db30cf804b
commit 499797d94c
1 changed files with 0 additions and 1 deletions

View File

@ -33,5 +33,4 @@ commands = oslo_debug_helper {posargs}
show-source = True
ignore = E123,E125,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build