Skip to content

Commit

Permalink
Remove unused local variable 'pure_test_file' from load_state_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgreg committed Apr 15, 2024
1 parent d3f17f0 commit 288d8b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/helpers/load_state_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def add_block_to_chain(
def load_json_fixture(test_file: str, network: str) -> Generator:
# Extract the pure basename of the file without the path to the file.
# Ex: Extract "world.json" from "path/to/file/world.json"
pure_test_file = os.path.basename(test_file)
# Extract the filename without the extension. Ex: Extract "world" from
# "world.json"
with open(test_file, "r") as fp:
Expand Down

0 comments on commit 288d8b2

Please sign in to comment.