Skip to content

Commit f45b3b8

Browse files
authored
Update test_socket.py
1 parent 8e97f04 commit f45b3b8

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)