Skip to content

Commit 9b144b7

Browse files
committed
fix: line length E501
1 parent d3b6ecc commit 9b144b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/benchmark/test_html_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_no_duplicates():
6969

7070
filtered = _filter_duplicate_percentiles(percentiles)
7171

72-
# Should keep largest of each duplicate group (p01 instead of p001, p999 instead of p95)
72+
# Should keep largest of each duplicate group (e.g. p999 instead of p95)
7373
assert filtered == {
7474
"p01": 13.181080445834912,
7575
"p05": 13.530595573836457,

0 commit comments

Comments
 (0)