diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2023-03-08 11:45:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 11:45:38 (GMT) |
commit | 401d7a7f009ca2e282b1a0d1b880dc602afd39dc (patch) | |
tree | 654bd90d629a163295682e5e9f3c3aad8d047143 /Lib/test/test_asyncio | |
parent | 7d801f245e2021d19daff105ce722f22aa844391 (diff) | |
download | cpython-401d7a7f009ca2e282b1a0d1b880dc602afd39dc.zip cpython-401d7a7f009ca2e282b1a0d1b880dc602afd39dc.tar.gz cpython-401d7a7f009ca2e282b1a0d1b880dc602afd39dc.tar.bz2 |
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Diffstat (limited to 'Lib/test/test_asyncio')
-rw-r--r-- | Lib/test/test_asyncio/test_ssl.py | 1 | ||||
-rw-r--r-- | Lib/test/test_asyncio/test_subprocess.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_asyncio/test_ssl.py b/Lib/test/test_asyncio/test_ssl.py index aaf3c37..e9cc735 100644 --- a/Lib/test/test_asyncio/test_ssl.py +++ b/Lib/test/test_asyncio/test_ssl.py @@ -1,5 +1,4 @@ import asyncio -import asyncio.sslproto import contextlib import gc import logging diff --git a/Lib/test/test_asyncio/test_subprocess.py b/Lib/test/test_asyncio/test_subprocess.py index f1ad10a..eba6e2d 100644 --- a/Lib/test/test_asyncio/test_subprocess.py +++ b/Lib/test/test_asyncio/test_subprocess.py @@ -1,5 +1,4 @@ import os -import shutil import signal import sys import unittest |