Skip to content

Commit cd7ba13

Browse files
committed
PEP fix
1 parent 5541fd7 commit cd7ba13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/test_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def test_to_csv_path_is_none(self):
108108
csv_str = s.to_csv(path=None)
109109
self.assertIsInstance(csv_str, str)
110110

111+
111112
class TestSeriesIO(TestData, tm.TestCase):
112113

113114
_multiprocess_can_split_ = True

0 commit comments

Comments
 (0)