Skip to content

Commit fd742b7

Browse files
lint
1 parent bf2e77c commit fd742b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1378,4 +1378,4 @@ def test_constructor_datetime_outofbound(self, a, klass):
13781378
# Explicit dtype specified
13791379
# Forced conversion fails for all -> all cases raise error
13801380
with pytest.raises(pd.errors.OutOfBoundsDatetime):
1381-
klass(a, dtype='datetime64[ns]')
1381+
klass(a, dtype='datetime64[ns]')

0 commit comments

Comments
 (0)