Skip to content

Commit

Permalink
fixed import error
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Jun 25, 2011
1 parent d0b25d7 commit c8657e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
from numpy import NaN, ndarray
import numpy as np

from pandas.core.common import isnull, notnull
from pandas.core.common import (_need_slice, _is_label_slice,
_is_list_like, _ensure_index)

from pandas.core.common import isnull, notnull, _ensure_index
from pandas.core.daterange import DateRange
from pandas.core.generic import PandasGeneric
from pandas.core.index import Index
Expand Down

0 comments on commit c8657e2

Please sign in to comment.