After pull request with minor changes from `pep8` checker https://github.com/vbwagner/dyngo/pull/1, please look at these two warnings from `flake8`: ``` flake8 --ignore=E501,E221 dyngo dyngo:101:4: E713 test for membership should be 'not in' dyngo:127:9: F821 undefined name 'http_params' ```