Skip to content

Commit 24b1f92

Browse files
committed
BUG: ensure consistent behavior of Index.is_all_dates (#19204) - fixed code formatting
1 parent b3259ad commit 24b1f92

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/indexes/test_base.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1165,9 +1165,7 @@ def test_is_all_dates(self, indices, expected):
11651165
assert indices.is_all_dates is expected
11661166

11671167
@pytest.mark.parametrize(
1168-
"index",
1169-
["datetime", "datetime-tz", "period", "timedelta"],
1170-
indirect=["index"],
1168+
"index", ["datetime", "datetime-tz", "period", "timedelta"], indirect=["index"],
11711169
)
11721170
def test_is_all_dates_consistency(self, index):
11731171
# GH 19204

0 commit comments

Comments
 (0)