Fix PEP8 H302 import only modules

Added a # noqa next to the import to fix pep8.

Change-Id: Ie53b1c7d9123c486e2be170350ab89967cd35bde
Closes-Bug: #1276642
This commit is contained in:
Pablo Andres Fuente
2014-02-05 12:13:46 -03:00
parent 85d4fcdb51
commit 2d571b2d7e

View File

@@ -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}