Skip to content

Commit 4928210

Browse files
committed
smaller diff
1 parent e2df647 commit 4928210

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_smtplib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@ def _auth_cram_md5(self, arg=None):
927927
self.push('535 Splitting response {!r} into user and password '
928928
'failed: {}'.format(logpass, e))
929929
return
930-
931930
pwd = sim_auth[1].encode('ascii')
932931
msg = self._decode_base64(sim_cram_md5_challenge).encode('ascii')
933932
try:

0 commit comments

Comments
 (0)