Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmckinsey1 committed Nov 15, 2024
1 parent bda0ac3 commit 878eccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thicket/tests/test_reader_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_error_file(mpi_scaling_cali, data_dir):

# Create a temporarily empty file
empty_file_path = os.path.join(f"{data_dir}/mpi_scaling_cali", "empty.cali")
with open(empty_file_path, "w") as temp_file:
with open(empty_file_path, "w"):
pass # This creates an empty file

# list
Expand Down

0 comments on commit 878eccb

Please sign in to comment.