Skip to content

Commit 73e8e69

Browse files
committed
revert changes done by black
1 parent 2db4023 commit 73e8e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

centml/sdk/utils/client_certs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def save_pem_file(service_name, client_private_key, client_certificate):
8585

8686
try:
8787
# Save the combined PEM file
88-
with open(ca_file_path, "w") as combined_pem_file:
88+
with open(ca_file_path, 'w') as combined_pem_file:
8989
combined_pem_file.write(client_private_key + client_certificate)
9090
click.echo(f"Combined PEM file for accessing the private endpoint has been saved to {ca_file_path}")
9191

0 commit comments

Comments
 (0)