Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
eaa9d70a
Commit
eaa9d70a
authored
Nov 14, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
fix flake8
parent
0120036a
Pipeline
#18248
passed with stages
in 2 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/metagenedb/api/catalog/views/function.py
View file @
eaa9d70a
...
...
@@ -3,7 +3,6 @@ from rest_framework.response import Response
from
metagenedb.api.catalog.filters
import
FunctionFilter
from
metagenedb.apps.catalog.models
import
Function
from
metagenedb.apps.catalog.serializers
import
FunctionSerializer
from
metagenedb.common.utils.external_api.togows
import
get_kegg
from
.bulk_viewset
import
BulkViewSet
...
...
backend/metagenedb/common/utils/external_api/togows.py
View file @
eaa9d70a
...
...
@@ -25,8 +25,3 @@ class GetFunctionExternalInfo:
def
get_details
(
self
):
return
getattr
(
self
,
f
"_get_
{
self
.
source
}
"
,
self
.
_get_unknown_source
)()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment