We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e991141 commit cb2d6ebCopy full SHA for cb2d6eb
pandas/tests/indexes/test_base.py
@@ -6,7 +6,7 @@
6
from pandas.indexes.api import Index, MultiIndex
7
from .common import Base
8
9
-from pandas.compat import (is_platform_windows, range, lrange, lzip, u,
+from pandas.compat import (range, lrange, lzip, u,
10
zip, PY3, PY36)
11
import operator
12
import os
0 commit comments