Skip to content

Commit 7259562

Browse files
committed
chore: remove test
1 parent 63cd14c commit 7259562

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bot/bot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ async def on_auction_take(event: ContractLog) -> None:
144144

145145
@bot.on_(chain.blocks)
146146
async def check_auctions_and_take(block: BlockAPI, context: Annotated[Context, TaskiqDepends()]) -> None:
147-
for auction, taker in auctions():
148-
execute_take(taker, 0)
149147
state = load_state()
150148
if not state:
151149
return

0 commit comments

Comments
 (0)