Skip to content

Commit b8584f5

Browse files
committed
fix: ci checks
1 parent 824a6ae commit b8584f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mech_client/marketplace_interact.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
from aea.crypto.base import Crypto
3535
from aea_ledger_ethereum import EthereumApi, EthereumCrypto
3636
from eth_utils import to_checksum_address
37-
from web3.contract import Contract as Web3Contract
3837
from web3.constants import ADDRESS_ZERO
38+
from web3.contract import Contract as Web3Contract
3939

4040
from mech_client.fetch_ipfs_hash import fetch_ipfs_hash
4141
from mech_client.interact import (

0 commit comments

Comments
 (0)