Skip to content

REF: move get_op_result_name out of ops.__init__ #37231

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

Merged
merged 2 commits into from
Oct 19, 2020

Conversation

jbrockmendel
Copy link
Member

Slowly chipping away at the long-time goal of not having a bunch of code in ops.__init__

@@ -25,7 +25,10 @@
get_array_op,
logical_op,
)
from pandas.core.ops.common import unpack_zerodim_and_defer # noqa:F401
from pandas.core.ops.common import ( # noqa:F401
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure i assume that you want to remove the noqa entirely from here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yah

@jreback jreback added Clean Numeric Operations Arithmetic, Comparison, and Logical operations labels Oct 19, 2020
@jreback jreback added this to the 1.2 milestone Oct 19, 2020
@jreback jreback merged commit 0868d22 into pandas-dev:master Oct 19, 2020
@jbrockmendel jbrockmendel deleted the ref-ops-6 branch October 19, 2020 23:43
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Oct 26, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants