Skip to content

Commit e6fb19c

Browse files
Update tests/test_timefuncs.py
Co-authored-by: Irv Lustig <irv@princeton.com>
1 parent cffcec6 commit e6fb19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_timefuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_timedelta_series_arithmetic() -> None:
144144

145145

146146
def test_timedelta_series_string() -> None:
147-
seq_list: SequenceNotStr[str] = ["1 day"]
147+
seq_list = ["1 day"]
148148
check(assert_type(pd.to_timedelta(seq_list), pd.TimedeltaIndex), pd.TimedeltaIndex)
149149

150150

0 commit comments

Comments
 (0)