diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-07-13 15:11:49 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-07-13 15:11:49 -0300 |
commit | 6bfa3dee1efb32f20dcdcb4c7964ffd02969d1f1 (patch) | |
tree | 5e50e1b265ed9c107234555c2850293f73863650 /utils | |
parent | 2a4f65ad4b19fc594851195b3180d1fe81853909 (diff) | |
download | openshift-6bfa3dee1efb32f20dcdcb4c7964ffd02969d1f1.tar.gz openshift-6bfa3dee1efb32f20dcdcb4c7964ffd02969d1f1.tar.bz2 openshift-6bfa3dee1efb32f20dcdcb4c7964ffd02969d1f1.tar.xz openshift-6bfa3dee1efb32f20dcdcb4c7964ffd02969d1f1.zip |
Remove too recent pylint option keys.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/src/ooinstall/cli_installer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py index 71734e792..5a66c3592 100644 --- a/utils/src/ooinstall/cli_installer.py +++ b/utils/src/ooinstall/cli_installer.py @@ -60,7 +60,6 @@ def list_hosts(hosts): for idx in hosts_idx: click.echo(' {}: {}'.format(idx, hosts[idx])) -# pylint: disable=redefined-variable-type def delete_hosts(hosts): while True: list_hosts(hosts) |