From f194236a73f3a1157c30ace9bdc80c0c4375f368 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 22 Jul 2013 23:39:42 -0700 Subject: [PATCH] Removed a comment from tox.ini that no longer applied. This refered to a flake8 rule that's no longer in use. Change-Id: Ibeb038c713ae7f91c8e6ca897fe24911da6bd465 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 108cfc5b9..b31c67d3a 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,6 @@ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,p # E126 continuation line over-indented for hanging indent # E127 continuation line over-indented for visual indent # E128 continuation line under-indented for visual indent -# F401 '' imported but unused # F403 'from import *' used; unable to detect undefined names # F999 syntax error in doctest # H201 no 'except:' at least use 'except Exception:'