mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
fixed formating
Signed-off-by: Asfandyar Orakzai <asfandyar.orakzai@silabs.com>
This commit is contained in:
parent
4ca4a930a9
commit
ac6f650a9f
|
|
@ -120,7 +120,9 @@ def load_driver(schemas: Dict[str, Any], driver_file: str) -> Any:
|
||||||
|
|
||||||
|
|
||||||
def load_schemas(mbedtls_root: str) -> Dict[str, Any]:
|
def load_schemas(mbedtls_root: str) -> Dict[str, Any]:
|
||||||
"""Load schemas map"""
|
"""
|
||||||
|
Load schemas map
|
||||||
|
"""
|
||||||
schema_file_paths = {
|
schema_file_paths = {
|
||||||
'transparent': os.path.join(mbedtls_root,
|
'transparent': os.path.join(mbedtls_root,
|
||||||
'scripts',
|
'scripts',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue