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: Ib68a69ffd64e6a8290339458179cf57c8fb1cc76
This commit is contained in:
THOMAS J. COCOZZELLO 2015-09-11 23:20:19 -05:00
parent 910dfcf89f
commit bed3d86b42
1 changed files with 0 additions and 1 deletions

View File

@ -39,5 +39,4 @@ commands = oslo-config-generator --config-file etc/oslo-config-generator/muranoa
# H302 import only modules
ignore = H404,F401
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools