Automatic style fix

This commit is contained in:
robot-clickhouse 2024-08-26 09:59:06 +00:00
parent 1883582eff
commit 756c96925a

View File

@ -81,7 +81,12 @@ def test_keeper_feature_flags(started_cluster):
assert f"{feature}\t{1 if is_enabled else 0}" in res assert f"{feature}\t{1 if is_enabled else 0}" in res
assert_feature_flags( assert_feature_flags(
[("filtered_list", 1), ("multi_read", 1), ("check_not_exists", 1), ("create_if_not_exists", 1) ] [
("filtered_list", 1),
("multi_read", 1),
("check_not_exists", 1),
("create_if_not_exists", 1),
]
) )
feature_flags = [ feature_flags = [