From 19601efa364fe3c294d8010effe11e025cbc230e Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sun, 24 Sep 2023 15:07:23 +0100 Subject: gh-109653: Remove unused imports in the `Lib/` directory (#109803) --- Lib/asyncio/tasks.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/asyncio/tasks.py') diff --git a/Lib/asyncio/tasks.py b/Lib/asyncio/tasks.py index edc64fda2a6..21a1b24194b 100644 --- a/Lib/asyncio/tasks.py +++ b/Lib/asyncio/tasks.py @@ -17,7 +17,6 @@ import inspect import itertools import math import types -import warnings import weakref from types import GenericAlias -- cgit v1.2.3