-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: remove unused variable and checks #59463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -158,15 +158,8 @@ def f(self): | |||
# these return a boolean by-definition | |||
return result | |||
|
|||
if field in self._object_ops: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can _object_ops
be in-lined in _datetimelike_ops
now since this usage is removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so. Will update.
@jbrockmendel should this be backported along with your previous PRs touching |
This doesnt need backport, no. |
bea0f8c
to
1f7305f
Compare
Thanks @jbrockmendel |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.