From e781996b952bc1ff9d9cd7703cb5e37e2a282162 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Tue, 6 Dec 2022 00:45:58 +0300 Subject: mypy and pylint fixes --- tests/unit/computations/test_correlation.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3