Skip to content
Prev Previous commit
Next Next commit
add patch
  • Loading branch information
ynir3 committed Jul 20, 2025
commit 5ffc0989ac66902bb1332a023b7ed2fb9bcc5520
2 changes: 1 addition & 1 deletion Lib/test/test_smtplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from test.support import threading_helper
from test.support import asyncore
from test.support import smtpd
from unittest.mock import Mock
from unittest.mock import Mock, patch


support.requires_working_socket(module=True)
Expand Down
Loading