Skip to content

Commit 700fa38

Browse files
committed
blank line before issue comment
1 parent 959ae62 commit 700fa38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/dtypes/test_cast.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def test_maybe_infer_to_datetimelike(self):
299299
result = DataFrame(np.array([[NaT, 'a', 0],
300300
[NaT, 'b', 1]]))
301301
assert result.size == 6
302+
302303
# GH19671
303304
result = Series(['M1701', Timestamp('20130101')])
304305
assert result.dtype.kind == 'O'

0 commit comments

Comments
 (0)