Skip to content

Commit

Permalink
fix: thread async conflict (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Sep 12, 2023
1 parent 7c53157 commit a48edd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yearn/v2/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
from eth_utils import encode_hex, event_abi_to_log_topic
from multicall.utils import run_in_subprocess
from y.exceptions import NodeNotSynced
from y.utils.events import get_logs_asap

from yearn.decorators import sentry_catch_all, wait_or_exit_after
from yearn.events import decode_logs
from yearn.events import decode_logs, get_logs_asap
from yearn.multicall2 import fetch_multicall_async
from yearn.utils import contract, safe_views

Expand Down

0 comments on commit a48edd3

Please sign in to comment.