Skip to content

Commit ba325f7

Browse files
author
MomIsBestFriend
committed
Flake8 issues
1 parent b5589ac commit ba325f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_timeseries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_no_idea_how_to_name_this_or_where_to_place_this():
3030
}
3131
)
3232

33-
msg = "unsupported operand type\(s\) for -: 'Timestamp' and 'datetime.time'"
33+
msg = r"unsupported operand type\(s\) for -: 'Timestamp' and 'datetime.time'"
3434

3535
with pytest.raises(TypeError, match=msg):
3636
df["date"] - df["time"]

0 commit comments

Comments
 (0)