mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Remove f-string
This commit is contained in:
parent
be7be17352
commit
71adb434e3
@ -37,7 +37,7 @@ def get_additional_envs() -> List[str]:
|
||||
# some cloud-specific features require feature flags enabled
|
||||
# so we need this ENV to be able to disable the randomization
|
||||
# of feature flags
|
||||
result.append(f"RANDOMIZE_KEEPER_FEATURE_FLAGS=1")
|
||||
result.append("RANDOMIZE_KEEPER_FEATURE_FLAGS=1")
|
||||
|
||||
return result
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user