Skip to content

Commit c93fca9

Browse files
committed
feedback: remove native arg/accept Timestamp return type
1 parent ad78190 commit c93fca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_to_dict.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def test_to_dict_orient_dtype(self):
277277
"int": int,
278278
"float": float,
279279
"str": str,
280-
"datetime": datetime,
280+
"datetime": Timestamp,
281281
"bool": bool,
282282
}
283283

0 commit comments

Comments
 (0)