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

Fix class style #321

Merged
merged 1 commit into from
Aug 4, 2017
Merged

Fix class style #321

merged 1 commit into from
Aug 4, 2017

Conversation

lbui01
Copy link
Contributor

@lbui01 lbui01 commented Aug 4, 2017

This PR changes the class style (issue: jstac/QuantEcon.lectures#497).

Specifically, the PR changes class Foo(object): to class Foo:.

Note: object used to be required to provide some class infrastructure like super and @property in python2.7 which is no longer required in python3.X as inheritance of these things are now implicit.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.188% when pulling bee9850 on classfix into c1a5521 on master.

@jstac
Copy link
Contributor

jstac commented Aug 4, 2017

Thanks @lbui01

@jstac jstac merged commit 1b5dc19 into master Aug 4, 2017
@jstac
Copy link
Contributor

jstac commented Aug 4, 2017

@mmcky Sorry, I thought this was still lecture code, not QuantEcon.py!

Are you OK with these changes? It means we're no longer supporting 2.x, but perhaps that was already the case?

If you are OK I'll leave you to delete the branch.

@mmcky
Copy link
Contributor

mmcky commented Aug 4, 2017

@jstac this is fine. QuantEcon.py only supports 3.5+ as of version 0.3.3.

@mmcky mmcky deleted the classfix branch August 4, 2017 04:48
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.

None yet

4 participants