Hey all,

So by my own mistake in the GitHub UI, I was looking at a previous commit for one of my PRs (https://github.com/python/cpython/pull/19282) and misclicked the "revert commit" button instead of "view details". Fortunately, this only created a separate branch in the cpython repository instead of actually reverting anything (see https://github.com/python/cpython/tree/revert-19282-bpo40115-test_asyncio-run_in_executor_cancel), but I'm unsure of the best way to remove the branch or if I'm even able to.

Sorry about the mixup, I'm rather new to the core developer role and this is my first time running into anything like this.

Regards,
Kyle Stanley