Skip to content

Commit

Permalink
added trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Sep 12, 2024
1 parent 6d71f64 commit b33cb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/contracts/abi/abi_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def at(self, address: Address | str, suppress_warning: bool = False) -> ABIContr
self.functions,
address,
self.filename,
suppress_warning=suppress_warning
suppress_warning=suppress_warning,
)

contract.env.register_contract(address, contract)
Expand Down

0 comments on commit b33cb68

Please sign in to comment.