From 3e39a1083579c0453109ec3a096ed2353f1d1765 Mon Sep 17 00:00:00 2001 From: gosuto-inzasheru Date: Mon, 9 Dec 2024 13:34:40 +0000 Subject: [PATCH] style: ci lint with `black` --- tools/python/mimicTestSweep.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/python/mimicTestSweep.py b/tools/python/mimicTestSweep.py index 39354877c..6ba6b6005 100644 --- a/tools/python/mimicTestSweep.py +++ b/tools/python/mimicTestSweep.py @@ -52,7 +52,9 @@ def generateSweepFile(sourcefile): list(sweeps.keys()) ).replace("'", "") tx_out_map.transactions[0].contractInputsValues.amounts = str(list(sweeps.values())) - tx_out_map.transactions[0].contractInputsValues.recipient = ( + tx_out_map.transactions[ + 0 + ].contractInputsValues.recipient = ( "0x7f4b5250C63E24360055342D2a4427079290F044" ## Mimic mock withdrawer (op) ) with open(f"{target_dir}/out/{today}-{chain}.json", "w") as f: