From 2d571b2d7ecb845b8b64513cfacdece6a86c0188 Mon Sep 17 00:00:00 2001 From: Pablo Andres Fuente Date: Wed, 5 Feb 2014 12:13:46 -0300 Subject: [PATCH] Fix PEP8 H302 import only modules Added a # noqa next to the import to fix pep8. Change-Id: Ie53b1c7d9123c486e2be170350ab89967cd35bde Closes-Bug: #1276642 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3f119fe..c758747 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ commands = flake8 [flake8] show-source = true builtins = _ -exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg +exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg [testenv:venv] commands = {posargs}