mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
use ruff for linting and import sorting
This commit is contained in:
@@ -275,7 +275,7 @@ async def async_main(
|
||||
(
|
||||
f'min={min(latencies):.2f}, '
|
||||
f'max={max(latencies):.2f}, '
|
||||
f'average={sum(latencies)/len(latencies):.2f},'
|
||||
f'average={sum(latencies) / len(latencies):.2f},'
|
||||
),
|
||||
[f'{latency:.4}' for latency in latencies],
|
||||
'\n',
|
||||
|
||||
Reference in New Issue
Block a user