aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/utils.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2025-03-13 10:55:23 +0100
committerGitHub <noreply@github.com>2025-03-13 10:55:23 +0100
commit73ab9e2eded4706ccdc0ab0286ff986bb552a1bf (patch)
tree8f0accd30c22a574b9ffb94b8d2ae34ba6c2f680 /Lib/test/test_asyncio/utils.py
parent0c6c52f49605f757c4a125ca195a2123bd930b93 (diff)
downloadcpython-73ab9e2eded4706ccdc0ab0286ff986bb552a1bf.tar.gz
cpython-73ab9e2eded4706ccdc0ab0286ff986bb552a1bf.zip
gh-131152: Remove unused imports from tests (#131153)
Diffstat (limited to 'Lib/test/test_asyncio/utils.py')
-rw-r--r--Lib/test/test_asyncio/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/utils.py b/Lib/test/test_asyncio/utils.py
index 35ce13896da..c61105712d3 100644
--- a/Lib/test/test_asyncio/utils.py
+++ b/Lib/test/test_asyncio/utils.py
@@ -14,7 +14,6 @@ import sys
import threading
import unittest
import weakref
-import warnings
from ast import literal_eval
from unittest import mock