This is an automated email from the ASF dual-hosted git repository.

jiacai2050 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 8969df6  Remove duplicate rpc_config initialization (#168)
8969df6 is described below

commit 8969df638c589b66332b0098081f242ecf0d32ad
Author: Fares Elkholy <[email protected]>
AuthorDate: Thu Dec 11 08:59:02 2025 +0100

    Remove duplicate rpc_config initialization (#168)
---
 content/en/docs/user-guide/sdk/python.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/content/en/docs/user-guide/sdk/python.md 
b/content/en/docs/user-guide/sdk/python.md
index 7035370..8867e9c 100644
--- a/content/en/docs/user-guide/sdk/python.md
+++ b/content/en/docs/user-guide/sdk/python.md
@@ -34,7 +34,6 @@ import asyncio
 import datetime
 from ceresdb_client import Builder, RpcContext, PointBuilder, ValueBuilder, 
WriteRequest, SqlQueryRequest, Mode, RpcConfig
 
-rpc_config = RpcConfig()
 rpc_config = RpcConfig()
 rpc_config.thread_num = 1
 rpc_config.default_write_timeout_ms = 1000


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to