contiamo / contiamo-client-python

MIT License
2 stars 2 forks source link

Fix lint error #17

Closed bmwilly closed 6 years ago

bmwilly commented 6 years ago

There is a single lint error on #16:

➜  contiamo-client-python git:(update-contracts) flake8 contiamo
contiamo/resources.py:115:41: F821 undefined name 'response'

I'm not sure what the intended behavior here is.

bmwilly commented 6 years ago

This is causing our builds to fail: https://travis-ci.org/contiamo/contiamo-client-python/builds/354421209

ian-contiamo commented 6 years ago

Fixed (and made the intent clearer, hopefully).

bmwilly commented 6 years ago

Fixed by https://github.com/contiamo/contiamo-client-python/commit/0a8f0c1a41dcbd925bed8038504fa6f6fcc5b8f5