remove unused import

This commit is contained in:
Jean-Paul Calderone 2023-03-29 09:47:25 -04:00
parent 74ebda771a
commit 00ecb65c01

View File

@ -6,7 +6,7 @@ detect when it is possible to use it, etc.
from __future__ import annotations
from typing import Any, Awaitable, Protocol, Sequence, Mapping, Optional
from typing import Any, Protocol, Sequence, Mapping, Optional
from typing_extensions import Literal
from attrs import frozen, define