Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Dec 10, 2024
1 parent 534eb85 commit 4a789c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/valory/connections/ledger/ledger_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,7 @@ async def get_transaction_receipt(

attempts += 1
await asyncio.sleep(retry_timeout * attempts)
self.logger.debug(
f"Transaction receipt: {transaction_receipt}"
)
self.logger.debug(f"Transaction receipt: {transaction_receipt}")

attempts = 0
transaction = None
Expand Down

0 comments on commit 4a789c9

Please sign in to comment.