From c74aea08b222338f1d91eee35cfcaec0875f1add Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Sun, 12 Nov 2023 04:10:47 +0000 Subject: [PATCH] Automatic style fix --- tests/ci/build_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/build_check.py b/tests/ci/build_check.py index 4c0b9964db7..5802280429b 100644 --- a/tests/ci/build_check.py +++ b/tests/ci/build_check.py @@ -434,7 +434,7 @@ FORMAT JSONCompactEachRow""" profile_data_file = temp_path / "profile.json" with open(profile_data_file, "wb") as profile_fd: for profile_source in profiles_dir.iterdir(): - if profile_source != 'binary_sizes.txt': + if profile_source != "binary_sizes.txt": with open(profiles_dir / profile_source, "rb") as ps_fd: profile_fd.write(ps_fd.read())