remove unnecessary return

paper_trade_improvements_rebase
algorandpa 2023-01-28 18:25:37 -05:00 committed by jaredgoldman
parent 6ed85484c7
commit 4c5c74a3f5
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):