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
I think this is fixable by making ColumnOperators generic and letting the functions return ColumnElement[_T]. I've tried looking, but is there any use-case in which the ColumnOperators functions must return a ClauseElement as they currently do?
Describe the bug
mypy reports an error when
datetime_col.desc()
is used as anIndex
second argument;datetime_col
(withoutdesc
) works as intended.Expected behavior
mypy does not produce an error
To Reproduce
Error
Versions.
Have a nice day!
The text was updated successfully, but these errors were encountered: