Skip to content

Commit 0666bb5

Browse files
JacoGuerragunthercox
authored andcommitted
I hope this fix the linting error
1 parent 2472b61 commit 0666bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/learning_feedback_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_feedback():
4545
response.text,
4646
input_statement.text
4747
))
48-
if get_feedback() == False:
48+
if get_feedback() is False:
4949
print('please input the correct one')
5050
correct_response = Statement(text=input())
5151
bot.learn_response(correct_response, input_statement)

0 commit comments

Comments
 (0)