Skip to content

Commit 77e36a9

Browse files
committed
linting
1 parent 5258f14 commit 77e36a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hpack/struct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import TYPE_CHECKING, Any
77

88
if TYPE_CHECKING:
9-
from typing import Self, TypeAlias # pragma: no cover
9+
from typing_extensions import Self, TypeAlias # noqa: UP035, pragma: no cover
1010

1111

1212
class HeaderTuple(tuple[bytes, bytes]):

0 commit comments

Comments
 (0)