Skip to content

Commit

Permalink
Rebase into models...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 19, 2024
1 parent 008354c commit f8e88b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/tool_util/parameters/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from abc import abstractmethod
from typing import (
Any,
cast,
Callable,
cast,
Dict,
Iterable,
List,
Expand Down
1 change: 0 additions & 1 deletion lib/galaxy/webapps/galaxy/services/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
EncodedDatabaseIdField,
Security,
)

from galaxy.schema.jobs import (
JobAssociation,
JobOutputCollectionAssociation,
Expand Down

0 comments on commit f8e88b0

Please sign in to comment.