Skip to content

Commit b28cf5a

Browse files
h-vetinarijorisvandenbossche
authored andcommitted
Fix ASV imports (#23085)
1 parent 296c251 commit b28cf5a

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

asv_bench/benchmarks/indexing.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
import numpy as np
44
import pandas.util.testing as tm
5-
from pandas import (Series, DataFrame, MultiIndex, Int64Index, Float64Index,
6-
IntervalIndex, CategoricalIndex,
5+
from pandas import (Series, DataFrame, Panel, MultiIndex, Int64Index,
6+
Float64Index, IntervalIndex, CategoricalIndex,
77
IndexSlice, concat, date_range)
8-
from .pandas_vb_common import Panel
98

109

1110
class NumericSeriesIndexing(object):

asv_bench/benchmarks/join_merge.py

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
except ImportError:
1212
from pandas import ordered_merge as merge_ordered
1313

14-
from .pandas_vb_common import Panel
15-
1614

1715
class Append(object):
1816

asv_bench/benchmarks/panel_ctor.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
from pandas import DataFrame, Panel, DatetimeIndex, date_range
55

6-
from .pandas_vb_common import Panel
7-
86

97
class DifferentIndexes(object):
108
goal_time = 0.2

asv_bench/benchmarks/panel_methods.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import numpy as np
44
from pandas import Panel
55

6-
from .pandas_vb_common import Panel
7-
86

97
class PanelMethods(object):
108

0 commit comments

Comments
 (0)