diff options
author | Alexander_Kabui | 2022-12-06 00:45:58 +0300 |
---|---|---|
committer | Alexander_Kabui | 2022-12-06 00:45:58 +0300 |
commit | e781996b952bc1ff9d9cd7703cb5e37e2a282162 (patch) | |
tree | 5801380c1f19012e755c609f24af0544ab6efb16 /gn3 | |
parent | c39687c6bca6a471d60a626a6883d565491b2702 (diff) | |
download | genenetwork3-e781996b952bc1ff9d9cd7703cb5e37e2a282162.tar.gz |
mypy and pylint fixes
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/computations/correlations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/computations/correlations.py b/gn3/computations/correlations.py index 8e8bea5..d805af7 100644 --- a/gn3/computations/correlations.py +++ b/gn3/computations/correlations.py @@ -240,7 +240,7 @@ def fetch_lit_correlation_data( conn, input_mouse_gene_id: Optional[str], gene_id: str, - mouse_gene_id: Optional[str] = None) -> Tuple[str, float]: + mouse_gene_id: Optional[str] = None) -> Tuple[str, Optional[float]]: """Given input trait mouse gene id and mouse gene id fetch the lit corr_data |