Skip to content

Commit

Permalink
format config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
15168316096 committed Aug 14, 2024
1 parent 2895d79 commit 62a4f5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions framework/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@

# contract
ALWAYS_SUCCESS_CONTRACT_PATH = f"{get_project_root()}/source/contract/always_success"
SPAWN_CONTRACT_PATH = (
f"{get_project_root()}/source/contract/test_cases/spawn_demo"
)
SPAWN_CONTRACT_PATH = f"{get_project_root()}/source/contract/test_cases/spawn_demo"


def get_tmp_path():
Expand Down

0 comments on commit 62a4f5e

Please sign in to comment.