Franziska Kunsmann
2667a2c00d
All checks were successful
bundlewrap/pipeline/head This commit looks good
6 lines
174 B
Python
6 lines
174 B
Python
from json import loads, dumps
|
|
|
|
from bundlewrap.metadata import metadata_to_json
|
|
|
|
def resolve_faults(dictionary: dict) -> dict:
|
|
return loads(metadata_to_json(dictionary))
|