diff options
| author | Martin Basti <mbasti@redhat.com> | 2016-10-07 15:07:49 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-10-11 16:50:32 +0200 |
| commit | 4628522c532c6df0295308e5f749989c2536caa6 (patch) | |
| tree | 70dab1dab7558d030f409b87e62a7bdf4680bbce /ipaclient/plugins | |
| parent | 49b29591aa979560068449b78fd547915420ff08 (diff) | |
| download | freeipa-4628522c532c6df0295308e5f749989c2536caa6.tar.gz freeipa-4628522c532c6df0295308e5f749989c2536caa6.tar.xz freeipa-4628522c532c6df0295308e5f749989c2536caa6.zip | |
Pylint: fix the rest of unused local variables
Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
Diffstat (limited to 'ipaclient/plugins')
| -rw-r--r-- | ipaclient/plugins/cert.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaclient/plugins/cert.py b/ipaclient/plugins/cert.py index 5e791ce6e..1075972c4 100644 --- a/ipaclient/plugins/cert.py +++ b/ipaclient/plugins/cert.py @@ -27,8 +27,6 @@ from ipalib.parameters import File, Flag, Str from ipalib.plugable import Registry from ipalib.text import _ -# pylint: disable=unused-variable - register = Registry() |
