Skip to content

Commit 5325d2f

Browse files
Fixed linter issues
1 parent 17b8289 commit 5325d2f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

redis_benchmarks_specification/__builder__/builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ def store_airgap_image_redis(conn, docker_client, run_image):
545545
)
546546

547547

548-
549548
def generate_benchmark_stream_request(
550549
id,
551550
conn,

redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ def restore_build_artifacts_from_test_details(
2121
os.chmod(artifact_fname, 755)
2222

2323
logging.info(
24-
"Successfully restored {} into {}".format(build_artifact, artifact_fname)
24+
"Successfully restored {} into {}".format(
25+
build_artifact, artifact_fname
26+
)
2527
)

0 commit comments

Comments
 (0)