Skip to content

Commit cae9d02

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 3755d59 commit cae9d02

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • stubs/Authlib/authlib/jose/rfc7517

stubs/Authlib/authlib/jose/rfc7517/jwk.pyi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ class JsonWebKey:
1111
@classmethod
1212
def import_key(
1313
cls,
14-
raw: str | bytes | float | Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | ReadableBuffer | Mapping[str, object],
15-
options: Mapping[str, object] | None = None
14+
raw: (
15+
str | bytes | float | Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | ReadableBuffer | Mapping[str, object]
16+
),
17+
options: Mapping[str, object] | None = None,
1618
) -> Key: ...
1719
@classmethod
1820
def import_key_set(cls, raw: str | Collection[str] | dict[str, object]) -> KeySet: ...

0 commit comments

Comments
 (0)