From 2032cec4d0d0f5e03283ff715557a62b81bb354d Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 19 May 2019 21:38:11 +0200 Subject: [PATCH] Remove superfluous information --- compiler/api/compiler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/api/compiler.py b/compiler/api/compiler.py index 53b35929..21348336 100644 --- a/compiler/api/compiler.py +++ b/compiler/api/compiler.py @@ -336,7 +336,6 @@ def start(): if c.section == "functions": docstring_args += "\n\n Returns:\n " + get_docstring_arg_type(c.return_type) - docstring_args += "\n\n Raises:\n RPCError: In case of a Telegram RPC error." else: references = get_references(".".join(filter(None, [c.namespace, c.name])))