From 95828fd3b19c279d230451c9404905113e1e6386 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 23 May 2013 15:02:21 -0500 Subject: one import per line (flake8 H301) Change-Id: Idb93169a0b64861bff22d06304c020865dd0a0ab --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index bc3989d0..ee9183c3 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,6 @@ commands = {posargs} [flake8] show-source = true -# H301: one import per line # H302: import only modules # H304: no relative imports. # H306: imports not in alphabetical order @@ -39,7 +38,7 @@ show-source = true # H402: one line docstring needs punctuation # H403: multi line docstring end on new line # H404: multi line docstring should start with a summary -ignore = H301,H302,H304,H306,H401,H402,H403,H404 +ignore = H302,H304,H306,H401,H402,H403,H404 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor -- cgit