diff options
author | BonfaceKilz | 2021-08-16 11:03:09 +0300 |
---|---|---|
committer | GitHub | 2021-08-16 11:03:09 +0300 |
commit | 70ed53f03f3d74877d5bc71e49e3a1e65af8b15f (patch) | |
tree | 7bfcf487fe81bbb7332b8b67afe80f7e970ce167 /gn3/computations/slink.py | |
parent | 95eb105421d7fbe0b0ebf1de2f89a558eecbf0da (diff) | |
parent | 3420e378a614f1ecec85f633cd9f202764a54eda (diff) | |
download | genenetwork3-70ed53f03f3d74877d5bc71e49e3a1e65af8b15f.tar.gz |
Merge pull request #32 from genenetwork/heatmap_decompose_db_retrieval
Heatmap decompose db retrieval
Diffstat (limited to 'gn3/computations/slink.py')
-rw-r--r-- | gn3/computations/slink.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/computations/slink.py b/gn3/computations/slink.py index 23d3d88..5953e6b 100644 --- a/gn3/computations/slink.py +++ b/gn3/computations/slink.py @@ -7,7 +7,7 @@ slink: TODO: Describe what the function does... """ import logging -from typing import List, Tuple, Union, Sequence +from typing import Union, Sequence NumType = Union[int, float] SeqOfNums = Sequence[NumType] |