From 09d8b368ac1c37246d998943928345e27c2773e0 Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 5 Oct 2023 15:16:03 +0200 Subject: [PATCH] chore: lint --- scripts/deploy_tokenVestings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/deploy_tokenVestings.py b/scripts/deploy_tokenVestings.py index ff3fcc04..2bbe0f79 100644 --- a/scripts/deploy_tokenVestings.py +++ b/scripts/deploy_tokenVestings.py @@ -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