mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
Fix format presubmit error
This commit is contained in:
@@ -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