Skip to content

Commit 14c3945

Browse files
committed
1 parent 874a4bf commit 14c3945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/test_common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ def test_dataframe_compression_defaults_to_infer(
281281
('to_pickle', {}, pandas.read_pickle, {}),
282282
])
283283
def test_series_compression_defaults_to_infer(
284-
write_method, write_kwargs, read_method, read_kwargs, compression_only
285-
):
284+
write_method, write_kwargs, read_method, read_kwargs,
285+
compression_only):
286286
# Test that Series.to_* methods default to inferring compression from
287287
# paths. https://github.com/pandas-dev/pandas/pull/22011
288288
input = Series([0, 5, -2, 10], name='X')

0 commit comments

Comments
 (0)