Fix a style check issue

This commit is contained in:
helifu 2023-08-23 20:13:54 +08:00
parent 178194ec50
commit 9300d2848d

View File

@ -61,7 +61,9 @@ def test_adjust_log_level(start_cluster):
]
)
time.sleep(3)
node.query("SELECT * FROM system.zookeeper SETTINGS allow_unrestricted_reads_from_keeper = 'true'")
node.query(
"SELECT * FROM system.zookeeper SETTINGS allow_unrestricted_reads_from_keeper = 'true'"
)
node.exec_in_container(
[
"bash",