Skip to content

Commit 5ffc098

Browse files
committed
add patch
1 parent baf5025 commit 5ffc098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_smtplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from test.support import threading_helper
2424
from test.support import asyncore
2525
from test.support import smtpd
26-
from unittest.mock import Mock
26+
from unittest.mock import Mock, patch
2727

2828

2929
support.requires_working_socket(module=True)

0 commit comments

Comments
 (0)