We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed431a commit cbee645Copy full SHA for cbee645
lib/galaxy/managers/display_applications.py
@@ -1,5 +1,4 @@
1
import logging
2
-import os
3
from typing import Optional
4
from urllib.parse import unquote_plus
5
@@ -12,7 +11,6 @@
12
11
from galaxy.datatypes.registry import Registry
13
from galaxy.exceptions import MessageException
14
from galaxy.structured_app import StructuredApp
15
-from galaxy.util import unicodify
16
17
log = logging.getLogger(__name__)
18
lib/galaxy/webapps/galaxy/api/display_applications.py
@@ -19,9 +19,6 @@
19
from galaxy.webapps.galaxy.api import (
20
depends,
21
DependsOnTrans,
22
-)
23
-from . import (
24
- depends,
25
Router,
26
)
27
0 commit comments