mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Fix/improve typing. (#905)
This commit is contained in:
@@ -468,7 +468,7 @@ class OpensshECDSACertificateInfo(OpensshCertificateInfo):
|
||||
self, *, curve: bytes | None = None, public_key: bytes | None = None, **kwargs
|
||||
):
|
||||
super().__init__(**kwargs)
|
||||
self._curve = None
|
||||
self._curve: bytes | None = None
|
||||
if curve is not None:
|
||||
self.curve = curve
|
||||
|
||||
|
||||
Reference in New Issue
Block a user