Fix W605 Warning and reenable flake8 (#1334)

This commit is contained in:
micw523
2018-10-27 22:16:54 -05:00
committed by William Cheng
parent d61a14cab9
commit 107467497c
16 changed files with 41 additions and 41 deletions

View File

@@ -24,7 +24,7 @@ python setup.py develop
tox || exit 1
### static analysis of code
#flake8 --show-source petstore_api/
flake8 --show-source petstore_api/
### deactivate virtualenv
#if [ $DEACTIVE == true ]; then