We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ff6cf commit 0f2bd4eCopy full SHA for 0f2bd4e
1 file changed
src/systemathics/helpers/channel_helpers.py
@@ -84,5 +84,3 @@ def _autodetect_ca_bundle() -> str:
84
return cabundle
85
86
raise Exception(f"Could not auto detect trusted root certificates file, tried {cabundles}. Please help by setting SSL_CERT_FILE environment variable")
87
-
88
-print(get_grpc_channel())
0 commit comments