Skip to content

Commit 58f86cd

Browse files
bkjohpicnixz
andauthored
accept spacing suggestion from picnixz
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent cf0cc73 commit 58f86cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_getpass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def test_control_chars_with_echo_char(self):
200200
self.assertEqual(result, expect_result)
201201
self.assertEqual('Password: *******\x08 \x08', mock_output.getvalue())
202202

203+
203204
class GetpassEchoCharValidationTest(unittest.TestCase):
204205
def test_accepts_none(self):
205206
getpass._check_echo_char(None)

0 commit comments

Comments
 (0)