Automatic style fix

This commit is contained in:
robot-clickhouse 2024-04-03 19:17:46 +00:00
parent c53b20a770
commit ea16070117

View File

@ -907,7 +907,7 @@ class MergeTreeSettingsRandomizer:
1, 32 * 1024 * 1024
),
"cache_populated_by_fetch": lambda: random.randint(0, 1),
"concurrent_part_removal_threshold": threshold_generator(0.2, 0.3, 0, 100)
"concurrent_part_removal_threshold": threshold_generator(0.2, 0.3, 0, 100),
}
@staticmethod