The async_generator backport has served us well, but now that we've dropped Python 3.5 async generators exist, and having dropped Python 3.6 all the introspection functions we need are now in the standard library too.
I expect this to be a fairly small cleanup, but it's always nice to delete code and dependencies you don't need anymore 😄
The
async_generatorbackport has served us well, but now that we've dropped Python 3.5 async generators exist, and having dropped Python 3.6 all the introspection functions we need are now in the standard library too.I expect this to be a fairly small cleanup, but it's always nice to delete code and dependencies you don't need anymore 😄