Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Oct 1, 2024
1 parent e53b4f9 commit d458015
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/galaxy/webapps/galaxy/services/library_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
tags,
)
from galaxy.model.base import transaction
from galaxy.schema.fields import (
DecodedDatabaseIdField,
LibraryFolderDatabaseIdField,
)
from galaxy.schema.fields import DecodedDatabaseIdField
from galaxy.schema.library_contents import (
CREATE_PAYLOAD,
CREATE_RESPOSNSE,
Expand Down

0 comments on commit d458015

Please sign in to comment.