Skip to content

Commit

Permalink
Merge pull request #466 from zxzxwu/format
Browse files Browse the repository at this point in the history
Fix format presubmit error
  • Loading branch information
zxzxwu committed Apr 8, 2024
2 parents 2698d45 + 21d6078 commit c65188d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bumble/transport/tcp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

# -----------------------------------------------------------------------------


# 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)
Expand Down

0 comments on commit c65188d

Please sign in to comment.