Skip to content

Commit bb934e0

Browse files
committed
fix:fix lint
1 parent 23548db commit bb934e0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/functional/test_proxy.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,8 @@ def test_OldCWIA(get_contract_type, owner, ethereum, target):
8989
contract = ContractContainer(_type)
9090
contract_instance = owner.deploy(contract)
9191
clones_proxy = contract_instance.clone2(target, 0, sender=owner)
92-
print(clones_proxy, "clones_proxy ")
9392
proxy_address = to_checksum_address("0x" + (clones_proxy.logs[0]["data"].hex())[-40:])
94-
print("proxy address", proxy_address)
9593
actual = ethereum.get_proxy_info(proxy_address)
96-
print("actual", actual)
9794
assert actual is not None
9895
assert actual.type == ProxyType.OldCWIA
9996
assert actual.target == target

0 commit comments

Comments
 (0)