Skip to content

Commit 00bf4fa

Browse files
committed
Delete unnecessary import
1 parent f4bc1fb commit 00bf4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pandas as pd
33
import numpy as np
44
from pandas.util.testing import assert_series_equal
5-
from numpy.testing import assert_array_equal, assert_allclose
5+
from numpy.testing import assert_array_equal
66

77

88
class TestTools:

0 commit comments

Comments
 (0)