We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5258f14 commit 77e36a9Copy full SHA for 77e36a9
src/hpack/struct.py
@@ -6,7 +6,7 @@
6
from typing import TYPE_CHECKING, Any
7
8
if TYPE_CHECKING:
9
- from typing import Self, TypeAlias # pragma: no cover
+ from typing_extensions import Self, TypeAlias # noqa: UP035, pragma: no cover
10
11
12
class HeaderTuple(tuple[bytes, bytes]):
0 commit comments