Skip to content

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

1 participant