mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Automatic style fix
This commit is contained in:
parent
7e0ed1b02c
commit
750c902671
@ -73,4 +73,4 @@ def test_memory_usage_doesnt_include_page_cache_size(started_cluster):
|
||||
WHERE logger_name = 'CgroupsMemoryUsageObserver' AND message LIKE 'Read current memory usage%bytes%'
|
||||
"""
|
||||
).strip()
|
||||
assert int(max_mem_usage_from_cgroup) < 2 * 2 ** 30
|
||||
assert int(max_mem_usage_from_cgroup) < 2 * 2**30
|
||||
|
Loading…
Reference in New Issue
Block a user