Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-llimos committed Oct 5, 2023
1 parent cbf71b4 commit 09d8b36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/deploy_tokenVestings.py
Original file line number Diff line number Diff line change
@@ -101,7 +101,9 @@ def main():
columns.index("Address transfer enabled in smart contract?")
]

assert web3.isAddress(beneficiary), f"Incorrect beneficiary address {beneficiary}"
assert web3.isAddress(
beneficiary
), f"Incorrect beneficiary address {beneficiary}"

if transferable in ["yes", "Yes"]:
transferable = True

0 comments on commit 09d8b36

Please sign in to comment.