Skip to content

Commit 8fc918b

Browse files
committed
Fix style, pt. III
1 parent e72b44a commit 8fc918b

File tree

1 file changed

+1
-3
lines changed
  • tests/integration/test_system_reload_async_metrics

1 file changed

+1
-3
lines changed

tests/integration/test_system_reload_async_metrics/test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ def test_query_cache_size_is_runtime_configurable(start_cluster):
3737
)
3838

3939
# create table and test that the table creation is reflected in the asynchronous metrics
40-
node.query(
41-
"CREATE TABLE tab (col UInt64) ENGINE MergeTree ORDER BY tuple()"
42-
)
40+
node.query("CREATE TABLE tab (col UInt64) ENGINE MergeTree ORDER BY tuple()")
4341

4442
node.query("SYSTEM RELOAD ASYNCHRONOUS METRICS")
4543

0 commit comments

Comments
 (0)