From 499797d94c98b8453e4756b5fb7fd4af540f568e Mon Sep 17 00:00:00 2001 From: Tom Cocozzello Date: Tue, 4 Aug 2015 10:47:28 -0500 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7363931..9de1197 100644 --- a/tox.ini +++ b/tox.ini @@ -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