summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-16 14:06:59 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2013-05-23 09:14:05 -0500
commitb05ebb87805de478b8d264b5636cc0d22d0a7946 (patch)
tree676a9cedaefa62b1f3e03755e564ff4dee951675 /tox.ini
parentd6fb11c1b7938a8e72690e05ea6d118df053c98d (diff)
downloadkeystone-b05ebb87805de478b8d264b5636cc0d22d0a7946.tar.gz
keystone-b05ebb87805de478b8d264b5636cc0d22d0a7946.tar.xz
keystone-b05ebb87805de478b8d264b5636cc0d22d0a7946.zip
Satisfy flake8 import rules F401 and F403
- Removed unused imports - Ignore wildcard and unused imports from core modules (and avoid wildcard imports otherwise) to __init__ modules Change-Id: Ie2e5f61ae37481f5d248788cfd83dc92ffddbd91
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d9ada139..e56e56d8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,6 @@ commands = {posargs}
[flake8]
show-source = true
-ignore = H,F841,F401,F403
+ignore = H,F841
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor