Skip to content

Commit 9aa5866

Browse files
committed
fix lint
1 parent db3031a commit 9aa5866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_cmd_line.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ def test_osx_android_utf8(self):
336336
self.assertEqual(stdout, expected)
337337
self.assertEqual(p.returncode, 0)
338338

339-
@unittest.skipIf(os.environ.get("PYTHONUNBUFFERED", "0") != "0",
340-
"Python stdio buffering is disabled.")
339+
@unittest.skipIf(os.environ.get("PYTHONUNBUFFERED", "0") != "0",
340+
"Python stdio buffering is disabled.")
341341
def test_non_interactive_output_buffering(self):
342342
code = textwrap.dedent("""
343343
import sys

0 commit comments

Comments
 (0)