Skip to content

Commit 5123e34

Browse files
committed
fix precommit
1 parent 5294335 commit 5123e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/indexes/interval/test_interval.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,8 @@ def test_maybe_convert_i8_nat(self, breaks):
415415
tm.assert_index_equal(result, expected)
416416

417417
@pytest.mark.parametrize(
418-
"make_key", [lambda breaks: breaks, list],
418+
"make_key",
419+
[lambda breaks: breaks, list],
419420
ids=["lambda", "list"],
420421
)
421422
def test_maybe_convert_i8_numeric(self, make_key, any_real_numpy_dtype):

0 commit comments

Comments
 (0)