From e2a78032efd0b92576a335f703b7ac07e4d20fed Mon Sep 17 00:00:00 2001 From: Rot127 Date: Sun, 1 Sep 2024 05:54:22 -0500 Subject: [PATCH] Formatting --- suite/auto-sync/src/autosync/Tests/test_mcupdater.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/suite/auto-sync/src/autosync/Tests/test_mcupdater.py b/suite/auto-sync/src/autosync/Tests/test_mcupdater.py index 2dd38be698..334729be92 100644 --- a/suite/auto-sync/src/autosync/Tests/test_mcupdater.py +++ b/suite/auto-sync/src/autosync/Tests/test_mcupdater.py @@ -178,9 +178,7 @@ def test_no_symbol_tests(self): ) def test_systemz_mapping(self): - out_dir = Path( - get_path("{MCUPDATER_TEST_OUT_DIR}").joinpath("mode_mapping/") - ) + out_dir = Path(get_path("{MCUPDATER_TEST_OUT_DIR}").joinpath("mode_mapping/")) if not out_dir.exists(): out_dir.mkdir(parents=True) for file in out_dir.iterdir():