Skip to content

Commit

Permalink
indentation fixed with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Aug 10, 2023
1 parent f9e4fa0 commit 3380bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/contracts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def deploy(self, *args, publish: bool = False, **kwargs) -> ContractInstance:

if has_value:
has_non_payable_constructor = self.contract_type.constructor.is_payable
#print(has_non_payable_constructor)
# print(has_non_payable_constructor)
if not has_non_payable_constructor:
raise ContractError("Sending funds to a non-payable constructor!!")

Expand Down

0 comments on commit 3380bab

Please sign in to comment.