lint: Clean up E121 PEP-8 rule.
This commit is contained in:
parent
07cdd69e42
commit
4d81b91185
3 changed files with 14 additions and 14 deletions
|
@ -32,12 +32,12 @@ def create_chat_bot(no_learn):
|
|||
storage_adapter="chatterbot.storage.JsonFileStorageAdapter",
|
||||
logic_adapters=
|
||||
[
|
||||
"chatterbot.logic.MathematicalEvaluation",
|
||||
{
|
||||
"import_path": "chatterbot.logic.BestMatch",
|
||||
"response_selection_method": "chatterbot.response_selection.get_random_response",
|
||||
"statement_comparison_function": "chatterbot.comparisons.levenshtein_distance"
|
||||
}],
|
||||
"chatterbot.logic.MathematicalEvaluation",
|
||||
{
|
||||
"import_path": "chatterbot.logic.BestMatch",
|
||||
"response_selection_method": "chatterbot.response_selection.get_random_response",
|
||||
"statement_comparison_function": "chatterbot.comparisons.levenshtein_distance"
|
||||
}],
|
||||
output_adapter="chatterbot.output.OutputFormatAdapter",
|
||||
output_format='text',
|
||||
database=DATABASE_PATH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue