Skip to content

Commit

Permalink
Linter fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Oct 17, 2024
1 parent 15f19a9 commit 6d05a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/strategies/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ async def exec_arb(
executed_leg.executed = True

# Update the execution height if it can be found
resp = tx.response()
resp = tx.response

if resp:
executed_leg.execution_height = resp.height
Expand Down Expand Up @@ -543,7 +543,7 @@ async def exec_arb(
executed_leg.executed = True

# Update the execution height if it can be found
resp = tx.response()
resp = tx.response

if resp:
executed_leg.execution_height = resp.height
Expand Down

0 comments on commit 6d05a26

Please sign in to comment.