remove unnecessary return

explicit_write_pps_on_exit
algorandpa 2023-01-28 18:25:37 -05:00 committed by jaredgoldman
parent 97627a4976
commit 41bb0445e0
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ def open_trade_ledger(
# we write on close the mutated ledger data
with open(tradesfile, 'w') as cf:
toml.dump(ledger, cf)
return
class Transaction(Struct, frozen=True):