mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:45:49 +01:00
Add missing type annotation
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
a296e48b2b
commit
2a71b72bd5
@ -26,7 +26,7 @@ from mbedtls_dev.asymmetric_key_data import ASYMMETRIC_KEY_DATA
|
|||||||
class KeyType:
|
class KeyType:
|
||||||
"""Knowledge about a PSA key type."""
|
"""Knowledge about a PSA key type."""
|
||||||
|
|
||||||
def __init__(self, name: str, params: Optional[Iterable[str]] = None):
|
def __init__(self, name: str, params: Optional[Iterable[str]] = None) -> None:
|
||||||
"""Analyze a key type.
|
"""Analyze a key type.
|
||||||
|
|
||||||
The key type must be specified in PSA syntax. In its simplest form,
|
The key type must be specified in PSA syntax. In its simplest form,
|
||||||
|
Loading…
Reference in New Issue
Block a user