aboutsummaryrefslogtreecommitdiff
path: root/contrib/python/pypodman/pypodman/lib/actions/info_action.py
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-12-07 08:31:55 -0800
committerGitHub <noreply@github.com>2018-12-07 08:31:55 -0800
commitd266460f7bdd8d49835c8228fe16706915f92796 (patch)
treeeb6c2fc7d22912cb2a28cf20a61495ef3f83c77e /contrib/python/pypodman/pypodman/lib/actions/info_action.py
parent49d9a8f9518dd3d38219f5ead6782d4919433cfc (diff)
parentc60489da47228234fd526cd67d065f9a28aafcb8 (diff)
downloadpodman-d266460f7bdd8d49835c8228fe16706915f92796.tar.gz
podman-d266460f7bdd8d49835c8228fe16706915f92796.tar.bz2
podman-d266460f7bdd8d49835c8228fe16706915f92796.zip
Merge pull request #1893 from jwhonce/bug/1869
Refactor CLI booleans to be consistent and defined behavior
Diffstat (limited to 'contrib/python/pypodman/pypodman/lib/actions/info_action.py')
-rw-r--r--contrib/python/pypodman/pypodman/lib/actions/info_action.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/python/pypodman/pypodman/lib/actions/info_action.py b/contrib/python/pypodman/pypodman/lib/actions/info_action.py
index 988284541..3c854a358 100644
--- a/contrib/python/pypodman/pypodman/lib/actions/info_action.py
+++ b/contrib/python/pypodman/pypodman/lib/actions/info_action.py
@@ -22,10 +22,6 @@ class Info(AbstractActionBase):
" (default: yaml)")
parser.set_defaults(class_=cls, method='info')
- def __init__(self, args):
- """Construct Info class."""
- super().__init__(args)
-
def info(self):
"""Report on Podman Service."""
try: