Skip to content

Commit

Permalink
Import TaskResult and TaskState from the schema module
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Jan 23, 2025
1 parent f660710 commit e876f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/webapps/galaxy/api/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import logging
from uuid import UUID

from galaxy.managers.tasks import (
AsyncTasksManager,
from galaxy.managers.tasks import AsyncTasksManager
from galaxy.schema.tasks import (
TaskResult,
TaskState,
)
Expand Down

0 comments on commit e876f18

Please sign in to comment.