From d4580153501097a05bd3301169a8fe8680bd499e Mon Sep 17 00:00:00 2001 From: Arash Date: Tue, 1 Oct 2024 18:11:31 +0200 Subject: [PATCH] remove unused import --- lib/galaxy/webapps/galaxy/services/library_contents.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/galaxy/webapps/galaxy/services/library_contents.py b/lib/galaxy/webapps/galaxy/services/library_contents.py index 5ef36a56e367..d5fdf0d9d1cd 100644 --- a/lib/galaxy/webapps/galaxy/services/library_contents.py +++ b/lib/galaxy/webapps/galaxy/services/library_contents.py @@ -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,