Skip to content

Commit dd59df4

Browse files
authored
Merge pull request #285 from BoostryJP/fix/#284
fix: indexer_transfer's module load
2 parents b1a8230 + 4e2e610 commit dd59df4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

batch/indexer_transfer.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
from sqlalchemy.orm import Session
2626
from sqlalchemy.exc import SQLAlchemyError
2727

28-
from app.utils.contract_utils import ContractUtils
29-
3028
path = os.path.join(os.path.dirname(__file__), "../")
3129
sys.path.append(path)
3230

@@ -39,6 +37,7 @@
3937
IDXTransfer,
4038
IDXTransferBlockNumber
4139
)
40+
from app.utils.contract_utils import ContractUtils
4241
from app.utils.web3_utils import Web3Wrapper
4342
from app.exceptions import ServiceUnavailableError
4443
import batch_log

0 commit comments

Comments
 (0)