Skip to content

Commit

Permalink
TST: Fixturize series/test_datetime_values.py (pandas-dev#22966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjali2019 authored and jreback committed Oct 4, 2018
1 parent f1a22ff commit 45d3bb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pandas/tests/series/test_datetime_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
from pandas.util.testing import assert_series_equal
import pandas.util.testing as tm

from .common import TestData


class TestSeriesDatetimeValues(TestData):
class TestSeriesDatetimeValues():

def test_dt_namespace_accessor(self):

Expand Down

0 comments on commit 45d3bb7

Please sign in to comment.