Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewc2003 committed Oct 11, 2024
1 parent 5a2a4fe commit e5af4c8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions parsl/tests/test_htex/test_block_manager_selector_unit.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit e5af4c8

Please sign in to comment.