Skip to content

Commit

Permalink
feedback: remove native arg/accept Timestamp return type
Browse files Browse the repository at this point in the history
  • Loading branch information
arw2019 committed Nov 3, 2020
1 parent ad78190 commit c93fca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/frame/methods/test_to_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_to_dict_orient_dtype(self):
"int": int,
"float": float,
"str": str,
"datetime": datetime,
"datetime": Timestamp,
"bool": bool,
}

Expand Down

0 comments on commit c93fca9

Please sign in to comment.