Skip to content

Commit 8c18bbe

Browse files
chkosserohmensing
andauthored
Apply suggestions from code review
Co-Authored-By: Ella Rohm-Ensing <[email protected]>
1 parent d1636ab commit 8c18bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rasa/core/training/interactive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ async def record_messages(
13701370
conversation_id: Text = UserMessage.DEFAULT_SENDER_ID,
13711371
max_message_limit: Optional[int] = None,
13721372
skip_visualization: bool = False,
1373-
):
1373+
) -> None:
13741374
"""Read messages from the command line and print bot responses."""
13751375

13761376
try:
@@ -1602,7 +1602,7 @@ def run_interactive_learning(
16021602
skip_visualization: bool = False,
16031603
conversation_id: Text = uuid.uuid4().hex,
16041604
server_args: Dict[Text, Any] = None,
1605-
):
1605+
) -> None:
16061606
"""Start the interactive learning with the model of the agent."""
16071607
global SAVE_IN_E2E
16081608
server_args = server_args or {}

0 commit comments

Comments
 (0)