Skip to content

Commit 3da6bf2

Browse files
committed
line length
1 parent b56e01b commit 3da6bf2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/test/test_cmd_line.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ def run_no_utf8_mode(arg):
316316
)
317317
test_args = [valid_utf8, invalid_utf8]
318318

319-
for run_cmd in (run_default, run_c_locale, run_utf8_mode, run_no_utf8_mode):
319+
for run_cmd in (run_default, run_c_locale, run_utf8_mode,
320+
run_no_utf8_mode):
320321
with self.subTest(run_cmd=run_cmd):
321322
for arg in test_args:
322323
proc = run_cmd(arg)

0 commit comments

Comments
 (0)