From 73cdecc5bd9b95af1dd51a1c45b5e4ab995bebed Mon Sep 17 00:00:00 2001 From: EndrII Date: Thu, 9 Sep 2021 11:00:27 +0300 Subject: [PATCH] fix build --- BuildBotLib/customgithubhandler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/BuildBotLib/customgithubhandler.py b/BuildBotLib/customgithubhandler.py index 366a127..dbc9d1e 100644 --- a/BuildBotLib/customgithubhandler.py +++ b/BuildBotLib/customgithubhandler.py @@ -14,7 +14,6 @@ class CustomGitHubHandler(GitHubEventHandler): return super().handle_push(payload, event) - @defer.inlineCallbacks def handle_pull_request(self, payload, event): payload['repository']['html_url'] = payload['repository']['ssh_url']