Remove H302

H302 rule was removed from hacking.
[H302] Do not import objects, only modules.

Change-Id: I86d45d5bc86e42e009b214cff71821ff171d69af
This commit is contained in:
Zhenguo Niu 2015-07-16 11:05:39 +08:00
parent 953f76650e
commit b51e43e007

View File

@ -36,5 +36,5 @@ downloadcache = ~/cache/pip
[flake8]
show-source = True
ignore = F811,F821,H302,H306,H404,H405,E122,E123,E128,E251
ignore = F811,F821,H306,H404,H405,E122,E123,E128,E251
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools