Skip to content

Commit

Permalink
Don't say -I'm not a witch- (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta authored Sep 5, 2017
1 parent c55d352 commit 4a09f87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backport/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 4a09f87

Please sign in to comment.