aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_sslproto.py
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2022-03-10 19:20:11 +0300
committerGitHub <noreply@github.com>2022-03-10 08:20:11 -0800
commit6c83c8e6b56b57a8a794e7b6c07837be4ce3bb97 (patch)
treebcd064ca27a9256c4d14aeccbac5bad0cf802c4d /Lib/test/test_asyncio/test_sslproto.py
parentf537b2a4fb86445ee3bd6ca7f10bc9d3a9f37da5 (diff)
downloadcpython-6c83c8e6b56b57a8a794e7b6c07837be4ce3bb97.tar.gz
cpython-6c83c8e6b56b57a8a794e7b6c07837be4ce3bb97.zip
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
Diffstat (limited to 'Lib/test/test_asyncio/test_sslproto.py')
-rw-r--r--Lib/test/test_asyncio/test_sslproto.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_sslproto.py b/Lib/test/test_asyncio/test_sslproto.py
index 6e8de7c84c0..4095b4dfa84 100644
--- a/Lib/test/test_asyncio/test_sslproto.py
+++ b/Lib/test/test_asyncio/test_sslproto.py
@@ -2,7 +2,6 @@
import logging
import socket
-from test import support
import unittest
import weakref
from unittest import mock