Skip to content

Commit fde711f

Browse files
authored
add new line per suggestion
1 parent 6bb99d3 commit fde711f

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
@@ -232,5 +232,6 @@ def test_rejects_non_string(self):
232232
def test_rejects_empty_string(self):
233233
self.assertRaises(ValueError, getpass.getpass, echo_char="")
234234

235+
235236
if __name__ == "__main__":
236237
unittest.main()

0 commit comments

Comments
 (0)