Skip to content

Commit a04f42f

Browse files
authored
commit
1 parent 7c345bb commit a04f42f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stubs/jwcrypto/jwcrypto/jwk.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ class JWK(dict[str, Any]):
244244
def from_password(cls, password: str) -> Self: ...
245245
def setdefault(self, key: str, default: _T | None = None) -> _T: ...
246246
def __hash__(self) -> int: ... # type: ignore[override]
247-
def __eq__(self, other: object, /) -> bool: ...
248247

249248
class JWKSet(dict[Literal["keys"], set[JWK]]):
250249
@overload

0 commit comments

Comments
 (0)