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 /tests | |
parent | c39687c6bca6a471d60a626a6883d565491b2702 (diff) | |
download | genenetwork3-e781996b952bc1ff9d9cd7703cb5e37e2a282162.tar.gz |
mypy and pylint fixes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/computations/test_correlation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/computations/test_correlation.py b/tests/unit/computations/test_correlation.py index 167b322..11b0fae 100644 --- a/tests/unit/computations/test_correlation.py +++ b/tests/unit/computations/test_correlation.py @@ -1,5 +1,4 @@ """Module contains the tests for correlation""" -import math from unittest import TestCase from unittest import mock from collections import namedtuple |