Skip to content
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

qcore: Add __prepare__ to some meta classes #51

Merged
merged 1 commit into from
Aug 9, 2018

Conversation

behnam
Copy link
Contributor

@behnam behnam commented Aug 9, 2018

Classes passed to six.with_metaclass() are expected to have a
__prepare__ method to pass tox checks, which is not defined by
default in PY2 and not used.

See also benjaminp/six#252.

Classes passed to `six.with_metaclass()` are expected to have a
`__prepare__` method to pass `tox` checks, which is not defined by
default in PY2 and not used.

See also <benjaminp/six#252>.
@JelleZijlstra JelleZijlstra merged commit 5692d23 into quora:master Aug 9, 2018
@behnam behnam deleted the six-1.11-fix branch August 9, 2018 23:32
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.

3 participants