Skip to content

Commit cb2d6eb

Browse files
committed
CLN: lint of test_base.py
1 parent e991141 commit cb2d6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/test_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pandas.indexes.api import Index, MultiIndex
77
from .common import Base
88

9-
from pandas.compat import (is_platform_windows, range, lrange, lzip, u,
9+
from pandas.compat import (range, lrange, lzip, u,
1010
zip, PY3, PY36)
1111
import operator
1212
import os

0 commit comments

Comments
 (0)