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

Use Python 3 style classes #241

Closed
jgosmann opened this issue Mar 23, 2020 · 0 comments
Closed

Use Python 3 style classes #241

jgosmann opened this issue Mar 23, 2020 · 0 comments

Comments

@jgosmann
Copy link
Collaborator

As we dropped Python 2 support all class definitions can be converted to class MyClass: instead of class MyClass(object):.

jgosmann added a commit that referenced this issue Jun 14, 2020
No longer required with Python 3 and Python 2 support was dropped.

Closes #241.
jgosmann added a commit that referenced this issue Jun 14, 2020
No longer required with Python 3 and Python 2 support was dropped.

Closes #241.
jgosmann added a commit that referenced this issue Jun 15, 2020
No longer required with Python 3 and Python 2 support was dropped.

Closes #241.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant