Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
2be20f06
Commit
2be20f06
authored
Apr 07, 2021
by
carlosribas
Browse files
PEP8 correction
parent
0d0a061e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
rnacentral/sequence_search/views.py
rnacentral/sequence_search/views.py
+1
-0
No files found.
rnacentral/sequence_search/views.py
View file @
2be20f06
...
...
@@ -89,6 +89,7 @@ def job_results(request, job_id):
url
=
SEQUENCE_SEARCH_ENDPOINT
+
'/api/facets-search/'
+
job_id
return
proxy_request
(
request
,
url
,
'GET'
)
@
never_cache
@
api_view
([
'GET'
])
@
permission_classes
([
AllowAny
])
...
...
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