aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/computations
diff options
context:
space:
mode:
authorAlexander_Kabui2022-12-06 00:45:58 +0300
committerAlexander_Kabui2022-12-06 00:45:58 +0300
commite781996b952bc1ff9d9cd7703cb5e37e2a282162 (patch)
tree5801380c1f19012e755c609f24af0544ab6efb16 /tests/unit/computations
parentc39687c6bca6a471d60a626a6883d565491b2702 (diff)
downloadgenenetwork3-e781996b952bc1ff9d9cd7703cb5e37e2a282162.tar.gz
mypy and pylint fixes
Diffstat (limited to 'tests/unit/computations')
-rw-r--r--tests/unit/computations/test_correlation.py1
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