Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions biscuit_auth.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ class PublicKey:
# :type data: str
# :return: the public key
# :rtype: PublicKey
@classmethod
def __new__(cls, data: str) -> PublicKey: ...

# ed25519 private key
Expand All @@ -508,7 +507,6 @@ class PrivateKey:
# :type data: str
# :return: the private key
# :rtype: PrivateKey
@classmethod
def __new__(cls, data: str) -> PrivateKey: ...

# A single datalog Fact
Expand Down
Loading