diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-23 14:03:31 +0800 |
---|---|---|
committer | yunlong ying <ying.yunlong@zte.com.cn> | 2017-09-23 06:57:52 +0000 |
commit | 1686e5f5efd3bcb82aebd30993dd8b11336930a8 (patch) | |
tree | 7d0a9d47f77c89904027e2fc46a80ba4c9b5e757 /mgr/tox.ini | |
parent | 0bd2219c94febe97a9c696775deef66f3683d347 (diff) |
Fix vfc-gvnfm-vnfmgr pep8 W291 issue
Change-Id: I8f0f2a8d3c3e75ef88a6b906be30a3b5d757868a
Issue-ID: VFC-443
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'mgr/tox.ini')
-rw-r--r-- | mgr/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/tox.ini b/mgr/tox.ini index ef3b10c..86ffd21 100644 --- a/mgr/tox.ini +++ b/mgr/tox.ini @@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501,W293,E128,W291 +ignore = E501,W293,E128 [testenv] deps = -r{toxinidir}/requirements.txt |