Fix vfc-gvnfm-vnfmgr pep8 F401 issue
[vfc/gvnfm/vnfmgr.git] / mgr / tox.ini
index c8b743d..1911362 100644 (file)
@@ -6,7 +6,7 @@ skipsdist = true
 downloadcache = ~/cache/pip
 
 [flake8]
-ignore =  E501,E302,W293,E128,W291,F401
+ignore =  E501,E302,W293,E128,W291
 
 [testenv]
 deps = -r{toxinidir}/requirements.txt