mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
Remove empty line
This commit is contained in:
parent
f962468404
commit
b0d6d8b904
@ -113,7 +113,6 @@ def clickhouse_execute_http(
|
|||||||
|
|
||||||
for i in range(MAX_RETRIES):
|
for i in range(MAX_RETRIES):
|
||||||
try:
|
try:
|
||||||
|
|
||||||
client.request(
|
client.request(
|
||||||
"POST",
|
"POST",
|
||||||
f"/?{base_args.client_options_query_str}{urllib.parse.urlencode(params)}",
|
f"/?{base_args.client_options_query_str}{urllib.parse.urlencode(params)}",
|
||||||
|
Loading…
Reference in New Issue
Block a user