Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BoltonBailey committed Feb 23, 2024
1 parent 02e1ee1 commit a07fb55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion arbitrage/arb_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
market1["slug"],
market2["slug"],
])
print(f"\n")

# Dump output to json file
with open("arbs.json", "w") as f:
Expand Down
4 changes: 1 addition & 3 deletions arbitrage/arb_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@

from shares import *
from arb_listing import complimentary_collections
from api import get_balance, get_position_for_user, request_loan, BOT_USERNAME, BOT_ID
import json
from api import get_balance, get_position_for_user, BOT_ID
import logging
import schedule

DRY_RUN = False
DRY_RUN = True
Expand Down

0 comments on commit a07fb55

Please sign in to comment.