Automatic style fix

This commit is contained in:
robot-clickhouse 2023-12-08 02:33:04 +00:00
parent d810bea8e3
commit 129e0349b7
2 changed files with 2 additions and 2 deletions

View File

@ -1838,7 +1838,7 @@ def _insert_merge_execute(
""".format(
name=name, policy=policy
),
settings={"allow_suspicious_ttl_expressions": 1}
settings={"allow_suspicious_ttl_expressions": 1},
)
for i in range(parts):

View File

@ -303,7 +303,7 @@ def test_moves_work_after_storage_policy_change(started_cluster, name, engine):
"""ALTER TABLE {name} MODIFY TTL now()-3600 TO DISK 'jbod1', d1 TO DISK 'external'""".format(
name=name
),
settings={"allow_suspicious_ttl_expressions": 1}
settings={"allow_suspicious_ttl_expressions": 1},
)
wait_expire_1 = 12