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']