From bf292bcc45a131a589bbb0ba113bcc80db380b07 Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Thu, 3 Oct 2024 00:52:51 +0000 Subject: [PATCH] Automatic style fix --- tests/fuzz/runner.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/fuzz/runner.py b/tests/fuzz/runner.py index af3f2ff6040..718799a7f63 100644 --- a/tests/fuzz/runner.py +++ b/tests/fuzz/runner.py @@ -175,7 +175,9 @@ if __name__ == "__main__": ACTIVE_DIR = path.dirname(path.abspath(__file__)) sys.path.append(path.dirname(ACTIVE_DIR)) - from ci.env_helper import S3_BUILDS_BUCKET # pylint: disable=import-error,no-name-in-module + from ci.env_helper import ( # pylint: disable=import-error,no-name-in-module + S3_BUILDS_BUCKET, + ) from ci.s3_helper import S3Helper # pylint: disable=import-error,no-name-in-module main()