Skip to content

Commit 0bc4c2a

Browse files
committed
Merge branch 'issue110012' into run-test-suite-with-warnings-as-error
2 parents 4982ba4 + f45b3b8 commit 0bc4c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_socket.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import unittest
22
from test import support
33
from test.support import (
4-
is_apple, os_helper, refleak_helper, socket_helper, threading_helper
4+
is_apple, os_helper, refleak_helper, socket_helper, threading_helper,
5+
warnings_helper,
56
)
67
import _thread as thread
78
import array

0 commit comments

Comments
 (0)