Skip to content

Commit 8e231ec

Browse files
committed
Lint fix
1 parent 59c719c commit 8e231ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pandas/tests/indexes/datetimes/test_tools.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,11 @@ def test_to_datetime_tz_psycopg2(self, cache):
372372
dtype='datetime64[ns, UTC]')
373373
tm.assert_index_equal(result, expected)
374374

375-
@pytest.mark.parametrize('cache',
376-
[pytest.param(True, marks=pytest.mark.skipif(True, reason="GH 18111")),
377-
False])
375+
@pytest.mark.parametrize(
376+
'cache',
377+
[pytest.param(True,
378+
marks=pytest.mark.skipif(True, reason="GH 18111")),
379+
False])
378380
def test_datetime_bool(self, cache):
379381
# GH13176
380382
with pytest.raises(TypeError):

0 commit comments

Comments
 (0)