diff --git a/scripts/deploy_allocator_factory.py b/scripts/deploy_allocator_factory.py index 99b80e1..eb56809 100644 --- a/scripts/deploy_allocator_factory.py +++ b/scripts/deploy_allocator_factory.py @@ -55,8 +55,9 @@ def deploy_allocator_factory(): print("------------------") print(f"Deployed the Factory to {address}") print("------------------") - print(f"Encoded Constructor to use for verifaction {allocator_constructor.hex()[2:]}") - + print( + f"Encoded Constructor to use for verifaction {allocator_constructor.hex()[2:]}" + ) def main():