-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bringing back @DarthHater work on JSF signatures #146
Conversation
Signed-off-by: Jeffry Hesse <[email protected]>
Signed-off-by: Paul Horton <[email protected]>
… added first tests for Services Signed-off-by: Paul Horton <[email protected]>
Signed-off-by: Paul Horton <[email protected]>
Signed-off-by: Paul Horton <[email protected]>
JSON only | ||
""" | ||
|
||
def __init__(self, kty: SignaturePublicKeyKty = None, crv: Optional[SignaturePublicKeyCrv] = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incompatible variable type: kty is declared to have type SignaturePublicKeyKty
but is used as type None
.
(at-me in a reply with help
or ignore
)
public_key: Optional[SignaturePublicKey] = None, | ||
certificate_path: Optional[List[str]] = None, | ||
excludes: Optional[List[str]] = None, | ||
value: str = None) -> None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incompatible variable type: value is declared to have type str
but is used as type None
.
(at-me in a reply with help
or ignore
)
Signed-off-by: Paul Horton [email protected]
This will address #122