Skip to content

Commit

Permalink
style: ci lint with black
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru authored and github-actions[bot] committed Dec 9, 2024
1 parent bf42048 commit 3e39a10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/python/mimicTestSweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3e39a10

Please sign in to comment.