aboutsummaryrefslogtreecommitdiff
path: root/gn3/computations/traits.py
diff options
context:
space:
mode:
authorAlexander Kabui2021-04-06 22:30:02 +0300
committerAlexander Kabui2021-04-06 22:30:02 +0300
commitea610aa797d4c859fa9b9fa59a1eaa86ff7fd41c (patch)
tree86131edaf05446afcff702d9215b627a0759a501 /gn3/computations/traits.py
parenta301093ce9ea825606db29bd1f1f40e1971897dd (diff)
downloadgenenetwork3-ea610aa797d4c859fa9b9fa59a1eaa86ff7fd41c.tar.gz
delete unnecessary functions and comments
Diffstat (limited to 'gn3/computations/traits.py')
-rw-r--r--gn3/computations/traits.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/gn3/computations/traits.py b/gn3/computations/traits.py
index 38072ed..1aa2970 100644
--- a/gn3/computations/traits.py
+++ b/gn3/computations/traits.py
@@ -2,11 +2,6 @@
from gn3.computations.datasets import retrieve_trait_sample_data
-def compute_sum(rhs_val: int, lhs_val: int) -> int:
- """initial function for trait module"""
- return rhs_val + lhs_val
-
-
def fetch_trait(dataset, trait_name: str, database) -> dict:
"""this method creates a trait by\
fetching required data given the\