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

Refactor to proper abstract class #77

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

MartinBasti
Copy link
Contributor

EngineHelper is an abstract class and should be treated like abstract class using python stdlib tools

Signed-off-by: Martin Bašti mbasti@redhat.com

Copy link
Collaborator

@JAORMX JAORMX left a comment

Choose a reason for hiding this comment

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

While the change looks appropriate, seems that it's failing the format checks.
You can run make format locally to see what's up, or just do make format to get the tool to format this for you.

@MartinBasti
Copy link
Contributor Author

While the change looks appropriate, seems that it's failing the format checks.
You can run make format locally to see what's up, or just do make format to get the tool to format this for you.

It's fixed in PR #76 ; once that PR is merged I'll rebase. Also because this PR uses ABC, I'd limit support to py3.4+ afterwards

EngineHelper is an abstract class and should be treated like abstract class using python stdlib tools

Note: `ABC` class available from py3.4

Signed-off-by: Martin Bašti <mbasti@redhat.com>
@MartinBasti
Copy link
Contributor Author

Rebased

@wrabcak wrabcak requested a review from JAORMX October 19, 2020 15:41
@JAORMX JAORMX merged commit 5ecaacb into containers:master Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants