watson-developer-cloud / speech-to-text-websockets-python

Python client that interacts with the IBM Watson Speech To Text service through its WebSockets interface
http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/speech-to-text.html
86 stars 63 forks source link

Pep8 fixes #18

Closed sdague closed 7 years ago

sdague commented 7 years ago

A set of 3 changes (broken up to be easier to review) to get the example code to be closer to pep8 compliant.

Patch 1 is 4 space indents Patch 2 is line wrap at 80 cols Patch 3 is remaining fixups that flake8 was complaining about locally

I'm still getting my bluemix env up and running, so I haven't tested everything after these changes. Happy to help tweak some other things here to make them slightly more pythonic over time.

Closes: #17

germanattanasio commented 7 years ago

THanks @sdague