-
Notifications
You must be signed in to change notification settings - Fork 120
Clean up code, list containers #38
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
Conversation
@mwhahaha PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fine
@mwhahaha: bors r+ |
* Reformat project with black formatter/style + isort * Rename __ALL__ to __all__ * Implement list_containers() + unit tests Signed-off-by: Jhon Honce <jhonce@redhat.com>
def __init__(self, url, base="/v1.24/libpod", *args, | ||
**kwargs): # pylint: disable-msg=W1113 | ||
def __init__( | ||
self, url, base="/v1.24/libpod", *args, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pylint seems unhappy with this for whatever reason, but we can resolve that later in the black usage patch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bors r+ |
🔒 Permission denied Existing reviewers: click here to make mwhahaha a reviewer |
bors r+ |
Build succeeded: |
__ALL__
to__all__
Fixes #21
Signed-off-by: Jhon Honce jhonce@redhat.com