Skip to content

Commit bf5cab3

Browse files
committed
dt.time
1 parent d77b836 commit bf5cab3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/series/accessors/test_dt_accessor.py

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def get_expected(ser, prop):
101101
left = getattr(ser.dt, name)
102102
right = get_expected(ser, name)
103103

104-
105104
if not (is_list_like(left) and is_list_like(right)):
106105
assert left == right
107106
elif isinstance(left, DataFrame):

0 commit comments

Comments
 (0)