From 1f148208d4018958a44a557abf07a46a065357e0 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 19 Sep 2024 15:22:23 -0600 Subject: [PATCH] Black formatted test_run_example.py --- tests/test_run_example.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_run_example.py b/tests/test_run_example.py index 1ab123f7f..c5bbc34dc 100644 --- a/tests/test_run_example.py +++ b/tests/test_run_example.py @@ -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)