From d1a18b9f0676cfb3ad4b8d463480b59c273e0b08 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:02:12 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Chatbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chatbot.py b/Chatbot.py index e57be9835a..cbf8420103 100644 --- a/Chatbot.py +++ b/Chatbot.py @@ -2,7 +2,7 @@ from chatterbot.trainers import ChatterBotCorpusTrainer # Create a new instance of a ChatBot -chatbot = ChatBot('Example Bot') +chatbot = ChatBot("Example Bot") # Create a new trainer for the chatbot trainer = ChatterBotCorpusTrainer(chatbot)