Merge pull request #466 from zxzxwu/format

Fix format presubmit error
This commit is contained in:
zxzxwu
2024-04-09 02:59:36 +08:00
committed by GitHub
+1
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)