Change ensure_future to create_task
Cadair opened this issue · comments
Stuart Mumford commented
https://docs.python.org/3/library/asyncio-task.html#asyncio.create_task
we can do this because we are now 3.7+
Pradyumna Rahul commented
Hey!
Can I be assigned this task?
Stuart Mumford commented
You are welcome to work on it, I generally don't assign people to things though :)
Pradyumna Rahul commented
Is assigning issues frowned upon? I was told the same in a previous issue
Pradyumna Rahul commented
Hey I've made a PR #62
Stuart Mumford commented
it's just a workflow choice some people and teams use it others don't. Sunpy and my personal repos generally don't unless there is a specific reason to.