mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 12:33:02 +00:00
Replace gen.multi(futures) with asyncio.gather(*futures)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user