Fix pep H301 one import per line

Change-Id: Ie763743beb0219a6068f184113980122cb31fc83
This commit is contained in:
Angus Salkeld 2014-05-28 13:07:51 +10:00
parent 9c2757ca08
commit 024ad6e071
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@
import unittest2
from mock import patch, call
from mock import call
from mock import patch
from email.parser import Parser

View File

@ -38,6 +38,6 @@ commands = bash tools/lintstack.sh
[flake8]
show-source = true
ignore = H101,H233,H301,H302,H306,H404,H803
ignore = H101,H233,H302,H306,H404,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools