From 4a09f874c6ccb5ea0e2db1f06594943c7e9dafba Mon Sep 17 00:00:00 2001 From: Mariatta Date: Tue, 5 Sep 2017 14:07:46 -0700 Subject: [PATCH] Don't say -I'm not a witch- (#4) --- backport/tasks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backport/tasks.py b/backport/tasks.py index f86d1c2f3761643..a53539743cf9aa1 100644 --- a/backport/tasks.py +++ b/backport/tasks.py @@ -23,8 +23,6 @@ def setup_cpython_repo(): subprocess.check_output( f"git remote add upstream https://{os.environ.get('GH_AUTH')}:x-oauth-basic@github.com/python/cpython.git".split()) print("Finished setting up CPython Repo") - util.comment_on_pr(1875, "I'm not a witch! I'm not a witch!") - @app.task def backport_task(commit_hash, branch, *, issue_number, created_by, merged_by):