Skip to content

Commit 7a1db3b

Browse files
srittauAlexWaygood
andauthored
Fix import
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent cf0fbbf commit 7a1db3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/jwcrypto/jwcrypto/jwk.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from _typeshed import Unused
22
from collections.abc import Callable, Sequence
33
from enum import Enum
4-
from typing import Any, Literal, LiteralString, NamedTuple, TypeVar, overload
5-
from typing_extensions import Self, TypeAlias, deprecated
4+
from typing import Any, Literal, NamedTuple, TypeVar, overload
5+
from typing_extensions import LiteralString, Self, TypeAlias, deprecated
66

77
from cryptography.hazmat.primitives import hashes
88
from cryptography.hazmat.primitives.asymmetric import ec, rsa

0 commit comments

Comments
 (0)