Skip to content

Commit 4a09f87

Browse files
authored
Don't say -I'm not a witch- (#4)
1 parent c55d352 commit 4a09f87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: backport/tasks.py

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ def setup_cpython_repo():
2323
subprocess.check_output(
2424
f"git remote add upstream https://{os.environ.get('GH_AUTH')}:x-oauth-basic@github.com/python/cpython.git".split())
2525
print("Finished setting up CPython Repo")
26-
util.comment_on_pr(1875, "I'm not a witch! I'm not a witch!")
27-
2826

2927
@app.task
3028
def backport_task(commit_hash, branch, *, issue_number, created_by, merged_by):

0 commit comments

Comments
 (0)