-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: misc cleanups from LGTM.com #33724
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
Nice, LGTM pending green |
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.
A single comment else LGTM
@@ -8218,7 +8218,6 @@ def blk_func(values): | |||
result = result.iloc[0].rename(None) | |||
return result | |||
|
|||
data = self |
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.
The data = self
at line 8247 could be collapsed together with the line below, so we get values = self.values
.
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.
data is used further down on L8263
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.
Right, missed that. LGTM.
Thanks @simonjayhawkins |
No description provided.