Skip to content

Commit 95c012a

Browse files
committed
Remove relundant import
1 parent 54bc56b commit 95c012a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/interval/test_interval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pytest
33

44
import pandas as pd
5-
from pandas import Index, Interval, IntervalIndex, date_range, timedelta_range
5+
from pandas import Index, Interval, date_range, timedelta_range
66
from pandas.core.arrays import IntervalArray
77
import pandas.util.testing as tm
88

0 commit comments

Comments
 (0)