Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman authored May 15, 2022
1 parent 476bb93 commit 3363d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brownie/network/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@ def _fetch_from_explorer(address: str, action: str, silent: bool) -> Dict:
# 0xSplits Clones
elif (
code[:120]
== "36603057343d52307f830d2d700a97af574b186c80d40429385d24241565b08a7c559ba283a964d9b160203da23d3df35b3d3d3d3d363d3d37363d73"
== "36603057343d52307f830d2d700a97af574b186c80d40429385d24241565b08a7c559ba283a964d9b160203da23d3df35b3d3d3d3d363d3d37363d73" # noqa e501
and code[160:] == "5af43d3d93803e605b57fd5bf3"
):
address = _resolve_address(code[120:160])
Expand Down

0 comments on commit 3363d97

Please sign in to comment.