Skip to content

Commit

Permalink
Remove duplicate deployer()
Browse files Browse the repository at this point in the history
  • Loading branch information
benber86 committed Jan 27, 2025
1 parent 98291b9 commit 34c539a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions boa/contracts/vyper/vyper_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ def __init__(
msg += f"{capabilities.describe_capabilities()}"
raise Exception(msg)

@cached_property
def deployer(self):
return VyperDeployer(self.compiler_data, filename=self.filename)

@cached_property
def abi(self):
return build_abi_output(self.compiler_data)
Expand Down

0 comments on commit 34c539a

Please sign in to comment.