Fix format presubmit error

This commit is contained in:
Josh Wu
2024-04-09 01:43:47 +08:00
parent 2698d4534e
commit 21d607898d

View File

@@ -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)