Skip to content

Commit 981d49d

Browse files
bkjohpicnixz
andauthored
remove too-verbose comments
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent caded77 commit 981d49d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_getpass.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ def test_control_chars_with_echo_char(self):
202202

203203

204204
class GetpassEchoCharTest(unittest.TestCase):
205-
# Tests for the `echo_char` parameter of `getpass.getpass()`
206-
# Successful Validation Case(s)
205+
207206
def test_accepts_none(self):
208207
getpass._check_echo_char(None)
209208

0 commit comments

Comments
 (0)