Skip to content

Commit b3e32ac

Browse files
author
Marco Gorelli
committed
🎨
1 parent 1d9f274 commit b3e32ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tools/test_to_datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def test_to_datetime_now(self):
635635
# GH#18705
636636
now = Timestamp("now")
637637
with tm.assert_produces_warning(
638-
UserWarning, match="Could not infer format",
638+
UserWarning, match="Could not infer format"
639639
):
640640
pdnow = to_datetime("now")
641641
pdnow2 = to_datetime(["now"])[0]

0 commit comments

Comments
 (0)