Skip to content

Commit 8f77670

Browse files
Remove TestData from frame-tests test_convert_to.py
* Removed TestData usage in pandas/tests/frame/test_convert_to.py
1 parent e3698dc commit 8f77670

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/frame/test_convert_to.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
Timestamp,
1414
date_range,
1515
)
16-
from pandas.tests.frame.common import TestData
1716
import pandas.util.testing as tm
1817

1918

20-
class TestDataFrameConvertTo(TestData):
19+
class TestDataFrameConvertTo:
2120
def test_to_dict_timestamp(self):
2221

2322
# GH11247

0 commit comments

Comments
 (0)