Python: adapt to latest version of pylint

This commit is contained in:
F. Eugene Aumson
2020-04-29 10:10:18 -04:00
parent 49e4ade66f
commit 5b44e6ef64
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ def decode_erc721_asset_data(asset_data: str) -> ERC721AssetData:
):
raise ValueError(
"Could not decode ERC721 Asset Data. Expected Asset Proxy Id to be"
+ f" ERC721 ("
+ " ERC721 ("
+ f"{abi_utils.method_id('ERC721Token', ['address', 'uint256'])}"
+ f"), but got {asset_proxy_id}"
)