chore: format
This commit is contained in:
@@ -3,7 +3,6 @@ import json
|
||||
|
||||
cert = Path("./ca-cert").read_text()
|
||||
|
||||
|
||||
cert_json = json.dumps({"cert": cert})
|
||||
|
||||
Path("./ca-cert.json").write_text(cert_json)
|
||||
|
||||
Reference in New Issue
Block a user