Replace gen.multi(futures) with asyncio.gather(*futures)

This commit is contained in:
Erik Sundell
2020-11-06 06:41:29 +01:00
parent 4a17441e5a
commit 77ed2faf31
3 changed files with 4 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ from urllib.parse import urlparse
from async_generator import async_generator
from async_generator import yield_
from pytest import mark
from tornado import gen
import jupyterhub
from .. import orm