From 16c120b5c8a7f99981ecb793469e5abe3c7a61de Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 30 Dec 2024 08:03:15 +0000 Subject: [PATCH] remove redundant import --- tests/custom_loop_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/custom_loop_utils.py b/tests/custom_loop_utils.py index 705208c4f..ab767f660 100644 --- a/tests/custom_loop_utils.py +++ b/tests/custom_loop_utils.py @@ -1,7 +1,6 @@ from __future__ import annotations import asyncio -from asyncio import AbstractEventLoop class CustomLoop(asyncio.SelectorEventLoop):