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

Remove inheritance from object in python3. #208

Merged
merged 1 commit into from
Aug 30, 2018

Conversation

ahawker
Copy link
Owner

@ahawker ahawker commented Aug 30, 2018

Fixes linter error:

  • scratchdir.py:54:0: R0205: Class 'ScratchDir' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)

Fixes linter error:

* scratchdir.py:54:0: R0205: Class 'ScratchDir' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
@ahawker ahawker merged commit 7f8c12d into master Aug 30, 2018
@ahawker ahawker deleted the bug/inherit-from-object-py3 branch August 30, 2018 13:27
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.

1 participant