scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

fix-pep8-E501 #42

Closed KC2016 closed 4 years ago

KC2016 commented 4 years ago

reduce number of characters per line

pep8speaks commented 4 years ago

Hello @KC2016! Thanks for opening this PR.

Line 188:80: W291 trailing whitespace

Line 29:79: W291 trailing whitespace

Line 43:36: W291 trailing whitespace Line 44:65: W291 trailing whitespace Line 46:34: W291 trailing whitespace Line 47:22: E128 continuation line under-indented for visual indent Line 47:58: W291 trailing whitespace Line 48:22: E128 continuation line under-indented for visual indent Line 49:41: W291 trailing whitespace Line 50:26: E128 continuation line under-indented for visual indent Line 50:62: W291 trailing whitespace Line 51:26: E128 continuation line under-indented for visual indent Line 56:72: W291 trailing whitespace

Do see the Hitchhiker's guide to code style

KC2016 commented 4 years ago

I found other errors we have to fix.