Skip to content

Commit 15e6010

Browse files
committed
pep
1 parent 3a12fdd commit 15e6010

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/indexing/test_indexing.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
from pandas.types.common import (is_integer_dtype,
99
is_float_dtype,
1010
is_scalar)
11-
from pandas.compat import range, lrange, lzip, StringIO, lmap, map
11+
from pandas.compat import range, lrange, lzip, StringIO, lmap
1212
from pandas.tslib import NaT
1313
from numpy import nan
1414
from numpy.random import randn
1515
import numpy as np
1616

1717
import pandas as pd
18-
import pandas.core.common as com
1918
from pandas import option_context
2019
from pandas.core.indexing import _non_reducing_slice, _maybe_numeric_slice
2120
from pandas.core.api import (DataFrame, Index, Series, Panel, isnull,

0 commit comments

Comments
 (0)