Skip to content

Commit 5297ed2

Browse files
Appease mypy
1 parent 665d5c8 commit 5297ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crytic_compile/platform/etherscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def compile(self, crytic_compile: "CryticCompile", **kwargs: str) -> None:
385385

386386
if "Proxy" in result and result["Proxy"] == "1":
387387
assert "Implementation" in result
388-
implementation = result["Implementation"]
388+
implementation = str(result["Implementation"])
389389
if prefix is not None:
390390
implementation = f"{prefix}:{implementation}"
391391
compilation_unit.implementation_address = implementation

0 commit comments

Comments
 (0)