diff options
author | Alexander Kabui | 2021-10-10 01:49:14 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-10-10 01:49:14 +0300 |
commit | f07d5014a3d6756199bd206b4251f6d3b48bf165 (patch) | |
tree | 643b04e600895b8d3a067f1a3a2c440f34a6ef5f | |
parent | b8a2b58cbf5bb96d86d59da7e72a9cb5f874fc41 (diff) | |
download | genenetwork2-f07d5014a3d6756199bd206b4251f6d3b48bf165.tar.gz |
pep8 formatting && remove unused functions
-rw-r--r-- | wqflask/wqflask/wgcna/gn3_wgcna.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/wqflask/wqflask/wgcna/gn3_wgcna.py b/wqflask/wqflask/wgcna/gn3_wgcna.py index 96510223..c4cc2e7f 100644 --- a/wqflask/wqflask/wgcna/gn3_wgcna.py +++ b/wqflask/wqflask/wgcna/gn3_wgcna.py @@ -7,12 +7,6 @@ from types import SimpleNamespace from utility.helper_functions import get_trait_db_obs -def validate_form(requestform): - return { - "" - } - - def fetch_trait_data(requestform): """fetch trait data""" db_obj = SimpleNamespace() |