Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 3285fa4

Browse files
committed
Update async_event_update_utils.py
1 parent 00eb9d4 commit 3285fa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastlane_bot/events/async_event_update_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
from fastlane_bot.events.async_utils import get_contract_chunks
1515
from fastlane_bot.events.exchanges import exchange_factory
1616
from fastlane_bot.events.utils import update_pools_from_events
17-
17+
import nest_asyncio
18+
nest_asyncio.apply()
1819

1920
async def get_missing_tkn(contract: AsyncContract, tkn: str) -> pd.DataFrame:
2021
try:

0 commit comments

Comments
 (0)