Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 18, 2024
1 parent 8132426 commit dfb4e1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion testground/benchmark/benchmark/stateless.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,11 @@ def prepare_txs(cfg, datadir, global_seq):
else:
print("generating", cfg["num_accounts"] * cfg["num_txs"], "txs")
txs = transaction.gen(
global_seq, cfg["num_accounts"], cfg["num_txs"], cfg["tx_type"], cfg["batch_size"]
global_seq,
cfg["num_accounts"],
cfg["num_txs"],
cfg["tx_type"],
cfg["batch_size"],
)
return txs

Expand Down

0 comments on commit dfb4e1f

Please sign in to comment.