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

Pylint-induced maintenance #70

Merged

Conversation

akosthekiss
Copy link
Collaborator

  • Remove the explicit object superclass definition from classes. In Python3, object is the implicit superclass. There is no need to explicitly define it.
  • Remove unnecessary pass.

- Remove the explicit `object` superclass definition from classes.
  In Python3, object is the implicit superclass. There is no need
  to explicitly define it.
- Remove unnecessary pass.
Copy link
Owner

@renatahodovan renatahodovan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@renatahodovan renatahodovan merged commit d3b1a39 into renatahodovan:master Nov 11, 2023
24 checks passed
@akosthekiss akosthekiss deleted the pylint-induced-maint branch November 11, 2023 19:09
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.

2 participants