Skip to content

Commit

Permalink
Removing unnecessary "noqa" and "too complex" pragmas.
Browse files Browse the repository at this point in the history
  • Loading branch information
wettenhj committed Feb 13, 2017
1 parent ad771bb commit 46f4c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tardis/tardis_portal/views/ajax_pages.py
Expand Up @@ -400,7 +400,7 @@ def is_valid_owner(owner):
'tardis_portal/ajax/choose_rights.html', c))


@never_cache # too complex # noqa
@never_cache
@login_required
def retrieve_owned_exps_list(
request, template_name='tardis_portal/ajax/owned_exps_list.html'):
Expand All @@ -425,7 +425,7 @@ def retrieve_owned_exps_list(
return HttpResponse(render_response_index(request, template_name, c))


@never_cache # too complex # noqa
@never_cache
@login_required
def retrieve_shared_exps_list(
request, template_name='tardis_portal/ajax/shared_exps_list.html'):
Expand Down

0 comments on commit 46f4c4b

Please sign in to comment.