mirror of
https://github.com/google/bumble.git
synced 2026-06-01 07:37:02 +00:00
@@ -30,6 +30,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
# A pass-through function to ease mock testing.
|
||||
async def _create_server(*args, **kw_args):
|
||||
await asyncio.get_running_loop().create_server(*args, **kw_args)
|
||||
|
||||
Reference in New Issue
Block a user