Skip to content

Commit 066eaa2

Browse files
fix lint
1 parent ec0858f commit 066eaa2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drift/instrumentation/redis/e2e-tests/src

drift/instrumentation/redis/e2e-tests/src/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def test_cluster_pipeline():
319319
except Exception as e:
320320
return jsonify({"error": str(e)}), 500
321321

322+
322323
@app.route("/test/cluster-pipeline-transaction", methods=["GET"])
323324
def test_cluster_pipeline_transaction():
324325
"""Test ClusterPipeline with transaction mode.

0 commit comments

Comments
 (0)