Automatic style fix

This commit is contained in:
robot-clickhouse 2024-06-06 09:00:35 +00:00
parent feb60b566c
commit 74897790aa

View File

@ -137,7 +137,8 @@ def test_select_clamps_settings():
assert (
distributed.query(
query, settings={"max_memory_usage": 1, "min_untracked_memory": 4 * 1024 * 1024}
query,
settings={"max_memory_usage": 1, "min_untracked_memory": 4 * 1024 * 1024},
)
== "node1\tmax_memory_usage\t11111111\n"
"node1\treadonly\t0\n"