Skip to content

Commit

Permalink
Rebase into ...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jan 25, 2024
1 parent 35824df commit a23e869
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/galaxy/webapps/galaxy/services/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@
)
from galaxy.model import ToolRequest
from galaxy.schema.jobs import JobAssociation
from galaxy.schema.fields import DecodedDatabaseIdField
from galaxy.schema.schema import (
AsyncTaskResultSummary,
EncodedDatasetSourceId,
EncodedDatabaseIdField,
EncodedDatasetSourceId,
JobIndexQueryPayload,
)
from galaxy.schema.tasks import (
Expand Down

0 comments on commit a23e869

Please sign in to comment.