Skip to content

Commit cbee645

Browse files
committed
Fix imports
1 parent 5ed431a commit cbee645

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/galaxy/managers/display_applications.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import logging
2-
import os
32
from typing import Optional
43
from urllib.parse import unquote_plus
54

@@ -12,7 +11,6 @@
1211
from galaxy.datatypes.registry import Registry
1312
from galaxy.exceptions import MessageException
1413
from galaxy.structured_app import StructuredApp
15-
from galaxy.util import unicodify
1614

1715
log = logging.getLogger(__name__)
1816

lib/galaxy/webapps/galaxy/api/display_applications.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
from galaxy.webapps.galaxy.api import (
2020
depends,
2121
DependsOnTrans,
22-
)
23-
from . import (
24-
depends,
2522
Router,
2623
)
2724

0 commit comments

Comments
 (0)