Skip to content

Commit

Permalink
Fix ASV imports (pandas-dev#23085)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari authored and tm9k1 committed Nov 19, 2018
1 parent a7f5d8e commit e5b993c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions asv_bench/benchmarks/indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

import numpy as np
import pandas.util.testing as tm
from pandas import (Series, DataFrame, MultiIndex, Int64Index, Float64Index,
IntervalIndex, CategoricalIndex,
from pandas import (Series, DataFrame, Panel, MultiIndex, Int64Index,
Float64Index, IntervalIndex, CategoricalIndex,
IndexSlice, concat, date_range)
from .pandas_vb_common import Panel


class NumericSeriesIndexing(object):
Expand Down
2 changes: 0 additions & 2 deletions asv_bench/benchmarks/join_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
except ImportError:
from pandas import ordered_merge as merge_ordered

from .pandas_vb_common import Panel


class Append(object):

Expand Down
2 changes: 0 additions & 2 deletions asv_bench/benchmarks/panel_ctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

from pandas import DataFrame, Panel, DatetimeIndex, date_range

from .pandas_vb_common import Panel


class DifferentIndexes(object):
goal_time = 0.2
Expand Down
2 changes: 0 additions & 2 deletions asv_bench/benchmarks/panel_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import numpy as np
from pandas import Panel

from .pandas_vb_common import Panel


class PanelMethods(object):

Expand Down

0 comments on commit e5b993c

Please sign in to comment.