Skip to content

Commit ae1e6a2

Browse files
committed
dt.time
1 parent cdef497 commit ae1e6a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/series/accessors/test_dt_accessor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ def get_expected(ser, prop):
9191
return Series(result, index=ser.index, name=ser.name, dtype=result.dtype)
9292

9393
if name == "time":
94-
msg = (
95-
"In a future version, this will return an array with pyarrow time dtype"
96-
)
94+
msg = "In a future version, this will an array with pyarrow time dtype"
9795
with tm.assert_produces_warning(FutureWarning, match=msg):
9896
left = getattr(ser.dt, name)
9997
right = get_expected(ser, name)

0 commit comments

Comments
 (0)