Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6228f0

Browse files
committed
Issue #23009: Add missing "import sys" in test_selectors
1 parent 14d45c0 commit f6228f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_selectors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import selectors
55
import signal
66
import socket
7+
import sys
78
from test import support
89
from time import sleep
910
import unittest

0 commit comments

Comments
 (0)