From 22522520728e50ef806dee6d57bbdde422d4d9cc Mon Sep 17 00:00:00 2001 From: "jonathan@vulcanize.io" Date: Tue, 5 Mar 2024 20:42:53 +0000 Subject: [PATCH] comment format --- stack_orchestrator/data/stacks/blast/deploy/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stack_orchestrator/data/stacks/blast/deploy/commands.py b/stack_orchestrator/data/stacks/blast/deploy/commands.py index 61434924..62a09bf7 100644 --- a/stack_orchestrator/data/stacks/blast/deploy/commands.py +++ b/stack_orchestrator/data/stacks/blast/deploy/commands.py @@ -17,6 +17,7 @@ from pathlib import Path from shutil import copy + def create(context, extra_args): # Our goal here is just to copy the genesis.json file for blast deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data")