summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDebasish Chowdhury <debasish.chowdhury@globallogic.com>2013-11-30 18:24:04 +0530
committerDebasish Chowdhury <debasish.chowdhury@globallogic.com>2013-11-30 18:52:19 +0530
commit9c7120959eddcfc4b0ee31558a7af2275cb8d119 (patch)
treee9e1b70be380e5c8761fced54c27a36951f72ef0 /tox.ini
parent2b4864ab6d168c1a60fd3ed6182794778bb800cc (diff)
downloadpython-troveclient-9c7120959eddcfc4b0ee31558a7af2275cb8d119.tar.gz
Removes unused import statements
Change-Id: If229aa3f6e1009e1abfba13aba3970bdf2dd3761 closes-bug: #1255885
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 c4fbef6..9f70615 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,6 +32,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
sphinx-build -b html {toxinidir}/docs/source {envtmpdir}/html
[flake8]
-ignore = E125,F401,F403,F811,F821,F841,H102,H103,H201,H202,H23,H301,H306,H401,H402,H403,H404,H702,H703
+ignore = E125,F403,F811,F821,F841,H102,H103,H201,H202,H23,H301,H306,H401,H402,H403,H404,H702,H703
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build