Skip to content

Commit

Permalink
remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Dec 30, 2024
1 parent d9db4e4 commit 16c120b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/custom_loop_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import annotations

import asyncio
from asyncio import AbstractEventLoop


class CustomLoop(asyncio.SelectorEventLoop):
Expand Down

0 comments on commit 16c120b

Please sign in to comment.