Skip to content

Commit

Permalink
remove another pytype disable
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 committed Jun 25, 2019
1 parent 34449c2 commit 6d6198e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/core/channels/channel.py
Expand Up @@ -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(
Expand Down

0 comments on commit 6d6198e

Please sign in to comment.