From 6d6198e8f2105d0d582fb0c1e44d52e7a314a208 Mon Sep 17 00:00:00 2001 From: Alan Nichol Date: Tue, 25 Jun 2019 06:41:53 +0300 Subject: [PATCH] remove another pytype disable --- rasa/core/channels/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rasa/core/channels/channel.py b/rasa/core/channels/channel.py index 8fecc6ad39f9..a1be5bd1c4d4 100644 --- a/rasa/core/channels/channel.py +++ b/rasa/core/channels/channel.py @@ -415,7 +415,7 @@ async def stream(resp: Any) -> None: await resp.write(json.dumps(result) + "\n") await task - return stream # pytype: disable=bad-return-type + return stream def blueprint(self, on_new_message: Callable[[UserMessage], Awaitable[None]]): custom_webhook = Blueprint(