Skip to content

Commit

Permalink
Black formatted test_run_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 19, 2024
1 parent 796a779 commit 1f14820
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_run_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ def test_run_ogcore_example_output(f=call_run_ogcore_example):
)
# Delete directory created by run_ogcore_example.py
roe_output_dir = os.path.join(
path.parent,
"run_examples",
"OG-Core-Example",
"OUTPUT_BASELINE"
path.parent, "run_examples", "OG-Core-Example", "OUTPUT_BASELINE"
)
shutil.rmtree(roe_output_dir)

Expand Down

0 comments on commit 1f14820

Please sign in to comment.