From aaf64273e99bd3adae4c74e7e4acd92253c57493 Mon Sep 17 00:00:00 2001 From: Rachel Blake Date: Wed, 22 Nov 2023 15:48:20 +0800 Subject: [PATCH] STY: Fix import styling --- tests/test_financial.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_financial.py b/tests/test_financial.py index 22de7b1..920a060 100644 --- a/tests/test_financial.py +++ b/tests/test_financial.py @@ -3,10 +3,8 @@ # Don't use 'import numpy as np', to avoid accidentally testing # the versions in numpy instead of numpy_financial. - import numpy import pytest - from numpy.testing import ( assert_, assert_allclose,