Skip to content

Commit 1936d6b

Browse files
committed
remove cleanup of unused set_event_loop_policy
1 parent 9f0434e commit 1936d6b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Lib/test/test_asyncio/test_selector_thread.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
from unittest import mock
99

1010

11-
def tearDownModule():
12-
asyncio.events._set_event_loop_policy(None)
13-
14-
1511
class SelectorThreadTest(unittest.IsolatedAsyncioTestCase):
1612
async def asyncSetUp(self):
1713
self._sockets = []

0 commit comments

Comments
 (0)