Skip to content

CLN: Remove unnecessary ExcelWriterMeta metaclass #5403

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 1 commit into from
Nov 1, 2013

Conversation

jtratner
Copy link
Contributor

Only __new__ is really necessary. And subclasses just have to deal with
being passed an 'engine' keyword argument + a tad bit of style cleanup.

Thanks to @jseabold and @josef-pkt for making me realize that this was
unnecessary in statsmodels/statsmodels#1167
:)

@jmcnamara - this has completely trivial impact on ExcelWriter
subclasses, just removes some magic.

Only `__new__` is really necessary. And subclasses just have to deal
with being passed an 'engine' keyword argument + a tad bit of style
cleanup.
jtratner added a commit that referenced this pull request Nov 1, 2013
CLN: Remove unnecessary ExcelWriterMeta metaclass
@jtratner jtratner merged commit e893f43 into pandas-dev:master Nov 1, 2013
@jtratner jtratner deleted the remove-excel-metaclass branch November 1, 2013 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant