Skip to content

Commit

Permalink
fix: black
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Jan 9, 2024
1 parent a390e09 commit 9c01b1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/deploy_allocator_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 9c01b1e

Please sign in to comment.