Skip to content

Commit

Permalink
fixup! TST: Move some Series ctor tests to SharedWithSparse
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Jul 22, 2017
1 parent b58cc06 commit 588acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/series/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import numpy as np
import pandas as pd

from pandas import Index, Series, SparseSeries, DataFrame, date_range
from pandas import Index, Series, DataFrame, date_range
from pandas.core.indexes.datetimes import Timestamp

from pandas.compat import range
Expand Down

0 comments on commit 588acac

Please sign in to comment.