mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
Style
This commit is contained in:
parent
238cb1bd40
commit
60ef1b3dee
@ -75,7 +75,6 @@ namespace ErrorCodes
|
||||
extern const int SUPPORT_IS_DISABLED;
|
||||
extern const int BAD_ARGUMENTS;
|
||||
extern const int EMPTY_DATA_PASSED;
|
||||
extern const int CANNOT_READ_ALL_DATA;
|
||||
}
|
||||
|
||||
Connection::~Connection()
|
||||
|
@ -16,6 +16,7 @@ node_no_send = cluster.add_instance(
|
||||
user_configs=["configs/users.d/users.xml"],
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def started_cluster():
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user