Skip to content

Commit 5e16df4

Browse files
committed
Remove _WriterBase class
1 parent 5ef87c4 commit 5e16df4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/io/excel/test_writers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,9 +1198,7 @@ def test_merged_cell_custom_objects(self, merge_cells, path):
11981198
tm.assert_frame_equal(expected, result)
11991199

12001200
@pytest.mark.parametrize("dtype", [None, object])
1201-
def test_raise_when_saving_timezones(
1202-
self, dtype, tz_aware_fixture, path
1203-
):
1201+
def test_raise_when_saving_timezones(self, dtype, tz_aware_fixture, path):
12041202
# GH 27008, GH 7056
12051203
tz = tz_aware_fixture
12061204
data = pd.Timestamp("2019", tz=tz)

0 commit comments

Comments
 (0)