diff options
author | zsloan | 2021-05-28 18:24:50 +0000 |
---|---|---|
committer | zsloan | 2021-05-28 18:24:50 +0000 |
commit | afc7a742da58a318c2b9c8b1c93209fc3820009a (patch) | |
tree | f77b5c59a67f4486e754adc88ba940a171e00750 | |
parent | 76d8729376b8b2ac6bca76a1a584677b5de84372 (diff) | |
download | genenetwork2-afc7a742da58a318c2b9c8b1c93209fc3820009a.tar.gz |
Re-added collect import in views.py since it was removed before (I'm guessing because it appeared to not be used, but it actually is used because it includes the collection endpoints
-rw-r--r-- | wqflask/wqflask/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py index ee69900e..86219faa 100644 --- a/wqflask/wqflask/views.py +++ b/wqflask/wqflask/views.py @@ -41,6 +41,7 @@ from flask import redirect from flask import url_for from flask import send_file +from wqflask import collect from wqflask import search_results from wqflask import server_side from base.data_set import create_dataset # Used by YAML in marker_regression |