Skip to content

Commit cfa2f98

Browse files
committed
Remove unused import from dataseet controller
1 parent cf15040 commit cfa2f98

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/galaxy/webapps/galaxy/controllers/dataset.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@
3232
UsesItemRatings,
3333
)
3434
from galaxy.structured_app import StructuredApp
35-
from galaxy.util import (
36-
inflector,
37-
sanitize_text,
38-
)
35+
from galaxy.util import sanitize_text
3936
from galaxy.util.sanitize_html import sanitize_html
4037
from galaxy.util.zipstream import ZipstreamWrapper
4138
from galaxy.web import form_builder

0 commit comments

Comments
 (0)