Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanca-Fuentes committed Dec 16, 2024
1 parent eb3ff25 commit 280ff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reframe/frontend/executors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def execute(self, testcases):


def asyncio_run(coro):
from reframe.frontend.executors import all_tasks
from reframe.frontend.executors.policies import all_tasks
try:
loop = asyncio.get_event_loop()
for task in all_tasks(loop):
Expand Down

0 comments on commit 280ff63

Please sign in to comment.