From 58dc8fb9108eec9171785a960c926ed0446e068d Mon Sep 17 00:00:00 2001 From: vcidst Date: Fri, 19 Jan 2024 11:25:28 +0100 Subject: [PATCH] fix linting --- tests/core/test_processor.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/core/test_processor.py b/tests/core/test_processor.py index 2a86592a3c70..41ee58c70a08 100644 --- a/tests/core/test_processor.py +++ b/tests/core/test_processor.py @@ -70,7 +70,12 @@ from rasa.core.http_interpreter import RasaNLUHttpInterpreter from rasa.core.processor import MessageProcessor from rasa.shared.core.trackers import DialogueStateTracker -from rasa.shared.nlu.constants import INTENT_NAME_KEY, METADATA_MODEL_ID +from rasa.shared.nlu.constants import ( + INTENT, + INTENT_NAME_KEY, + FULL_RETRIEVAL_INTENT_NAME_KEY, + METADATA_MODEL_ID, +) from rasa.shared.nlu.training_data.message import Message from rasa.utils.endpoints import EndpointConfig from rasa.shared.core.constants import ( @@ -84,11 +89,6 @@ IS_EXTERNAL, SESSION_START_METADATA_SLOT, ) -from rasa.shared.nlu.constants import ( - INTENT, - INTENT_NAME_KEY, - FULL_RETRIEVAL_INTENT_NAME_KEY, -) import logging @@ -1967,7 +1967,7 @@ async def test_update_full_retrieval_intent( "response": { "responses": [ { - "text": "I am not sure of the whole week but I can see the sun is out today." + "text": "The sun is out today! Isn't that great?", }, ], "confidence": 1.0,