From 0bd2219c94febe97a9c696775deef66f3683d347 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Sat, 23 Sep 2017 13:58:25 +0800 Subject: Fix vfc-gvnfm-vnfmgr pep8 E203 issue Change-Id: I827ea28bb892b6c503e4062a5f7e557969a71441 Issue-ID: VFC-443 Signed-off-by: ying.yunlong --- mgr/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgr/tox.ini') diff --git a/mgr/tox.ini b/mgr/tox.ini index 1911362..ef3b10c 100644 --- a/mgr/tox.ini +++ b/mgr/tox.ini @@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501,E302,W293,E128,W291 +ignore = E501,W293,E128,W291 [testenv] deps = -r{toxinidir}/requirements.txt -- cgit 1.2.3-korg