Skip to content

Commit 2959655

Browse files
committed
Lint
1 parent 009e6ad commit 2959655

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bench_runner/scripts/bisect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ def main():
228228
parser.add_argument(
229229
"--invert",
230230
action="store_true",
231-
help="Invert the values, i.e. expect the bad value to be lower than the good value.",
231+
help="Invert the values, i.e. expect the bad value to be lower than "
232+
"the good value.",
232233
)
233234

234235
args = parser.parse_args()

0 commit comments

Comments
 (0)