Automatic style fix

This commit is contained in:
robot-clickhouse 2024-07-31 13:48:04 +00:00
parent d5f8540fbb
commit 2a2dba63cc

View File

@ -2971,6 +2971,7 @@ class ClickHouseCluster:
"Trying to create Azurite instance by command %s", "Trying to create Azurite instance by command %s",
" ".join(map(str, azurite_start_cmd)), " ".join(map(str, azurite_start_cmd)),
) )
def logging_azurite_initialization(exception, retry_number, sleep_time): def logging_azurite_initialization(exception, retry_number, sleep_time):
logging.info( logging.info(
f"Azurite initialization failed with error: {exception}" f"Azurite initialization failed with error: {exception}"