You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tddiv.py
c:\Code\pandas-stubs\tddiv.py:6:5 - error: Operator "/" not supported for types "TimedeltaSeries" and "Timedelta"
Operator "/" not supported for types "TimedeltaSeries" and "Timedelta" (reportGeneralTypeIssues)
Describe the bug
Should allow
TimedeltaSeries / pd.Timedelta
To Reproduce
pyright reports:
Please complete the following information:
pandas-stubs
: 1.5.2.221124Additional context
Just need to add
Timedelta
here:pandas-stubs/pandas-stubs/core/series.pyi
Line 1789 in 58416f2
The text was updated successfully, but these errors were encountered: