Skip to content

Commit 767c79a

Browse files
committed
reformat
1 parent 4ead9fa commit 767c79a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/tests/resample/test_base.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,7 @@ def test_resample_size_empty_dataframe(freq, index):
438438
tm.assert_series_equal(result, expected)
439439

440440

441-
@pytest.mark.parametrize(
442-
"index", [DatetimeIndex([]), TimedeltaIndex([])]
443-
)
441+
@pytest.mark.parametrize("index", [DatetimeIndex([]), TimedeltaIndex([])])
444442
@pytest.mark.parametrize("freq", ["D", "h"])
445443
@pytest.mark.parametrize(
446444
"method", ["ffill", "bfill", "nearest", "asfreq", "interpolate", "mean"]
@@ -457,6 +455,7 @@ def test_resample_apply_empty_dataframe(index, freq, method):
457455

458456
tm.assert_frame_equal(result, expected)
459457

458+
460459
@pytest.mark.parametrize(
461460
"index",
462461
[

0 commit comments

Comments
 (0)