From e5af4c888c0991a944aa07f0880265f6e86d1fb5 Mon Sep 17 00:00:00 2001 From: matthewc2003 Date: Fri, 11 Oct 2024 06:53:35 +0000 Subject: [PATCH] fix unit test --- .../test_htex/test_block_manager_selector_unit.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/parsl/tests/test_htex/test_block_manager_selector_unit.py b/parsl/tests/test_htex/test_block_manager_selector_unit.py index 0760f221fe..0a781438ef 100644 --- a/parsl/tests/test_htex/test_block_manager_selector_unit.py +++ b/parsl/tests/test_htex/test_block_manager_selector_unit.py @@ -1,10 +1,8 @@ import pytest -from parsl.executors.high_throughput.manager_selector import ( - BlockIdManagerSelector, -) -from parsl.executors.high_throughput.manager_record import ( - ManagerRecord -) + +from parsl.executors.high_throughput.manager_record import ManagerRecord +from parsl.executors.high_throughput.manager_selector import BlockIdManagerSelector + @pytest.mark.local def test_sort_managers():