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

Modified weather api in chatbot.py #31

Closed Harshini2898 closed 4 years ago

pep8speaks commented 4 years ago

Hello @Harshini2898! Thanks for opening this PR.

Line 131:12: E225 missing whitespace around operator Line 131:100: E231 missing whitespace after ',' Line 131:101: E501 line too long (133 > 100 characters) Line 131:110: E231 missing whitespace after ',' Line 142:9: E265 block comment should start with '# ' Line 143:101: E501 line too long (125 > 100 characters) Line 145:101: E501 line too long (130 > 100 characters) Line 146:15: E128 continuation line under-indented for visual indent Line 146:71: W291 trailing whitespace Line 148:1: W293 blank line contains whitespace

Do see the Hitchhiker's guide to code style

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #31   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           4     4           
  Lines         218   211    -7     
====================================
+ Misses        218   211    -7
Impacted Files Coverage Δ
chatbot.py 0% <0%> (ø) :arrow_up:
google_places.py 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5d78c2...bf7c7c1. Read the comment docs.

satyammittal commented 4 years ago

@Harshini2898 Please pull the latest changes and fix the pep8.