diff options
| author | Christian Heimes <cheimes@redhat.com> | 2017-03-31 09:48:07 -0600 |
|---|---|---|
| committer | Matthew Harmsen <mharmsen@redhat.com> | 2017-03-31 09:49:59 -0600 |
| commit | 3e80b04c1de37568d304b2d76f324c026830fd11 (patch) | |
| tree | 3313a9ad86c33d95afdb2226c8ce1502246f252c /base/common/python/pki/feature.py | |
| parent | 5e4321ff0a55d854964a8765f3b61d60c50e2b45 (diff) | |
| download | pki-3e80b04c1de37568d304b2d76f324c026830fd11.tar.gz pki-3e80b04c1de37568d304b2d76f324c026830fd11.tar.xz pki-3e80b04c1de37568d304b2d76f324c026830fd11.zip | |
Misc pylint, flake8 and tox fixes
Diffstat (limited to 'base/common/python/pki/feature.py')
| -rw-r--r-- | base/common/python/pki/feature.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/common/python/pki/feature.py b/base/common/python/pki/feature.py index 0e5171db1..1a2d4028b 100644 --- a/base/common/python/pki/feature.py +++ b/base/common/python/pki/feature.py @@ -133,6 +133,7 @@ class FeatureClient(object): headers=self.headers) return FeatureCollection.from_json(response.json()) + encoder.NOTYPES['Feature'] = Feature |
