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 #41

Merged
merged 1 commit into from
Nov 5, 2023

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.

@coveralls
Copy link

Coverage Status

coverage: 76.898% (-0.02%) from 76.917%
when pulling 86d1839 on akosthekiss:lint-induced-maint
into dfd15fe on renatahodovan:master.

@renatahodovan renatahodovan merged commit a5fe331 into renatahodovan:master Nov 5, 2023
25 checks passed
@akosthekiss akosthekiss deleted the lint-induced-maint branch November 5, 2023 23:46
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

3 participants