Skip to content

Commit

Permalink
doesn't work with generator function
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed Oct 26, 2017
1 parent fd61d55 commit 184cf9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion planet/controllers/expression_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ def expression_profile_compare_plot_json(first_profile_id, second_profile_id, no
return Response(json.dumps(plot), mimetype='application/json')


@cache.memoize(timeout=None)
def __generate(species_id, method_id, condition):
"""
Expand Down

0 comments on commit 184cf9a

Please sign in to comment.