mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Ran black
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
This commit is contained in:
parent
c7e2ae208d
commit
a3bfb57da1
@ -1,12 +1,10 @@
|
||||
import json
|
||||
from datetime import datetime
|
||||
from xml.etree import ElementTree as ET
|
||||
from helpers.cluster import ClickHouseCluster
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
from helpers.cluster import ClickHouseCluster
|
||||
|
||||
cluster = ClickHouseCluster(__file__)
|
||||
node_all_keys = cluster.add_instance(
|
||||
"node_all_keys", main_configs=["configs/config_all_keys_json.xml"]
|
||||
|
Loading…
Reference in New Issue
Block a user