From 7fc4e6b4afb3abbc2a7611e7fcdd2ab8af4c1699 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 18 Aug 2017 16:19:27 -0700 Subject: [PATCH] Fix PEP 8 issue. --- lib/ansible/utils/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/utils/helpers.py b/lib/ansible/utils/helpers.py index ecb5d0c96ad..997e597fb51 100644 --- a/lib/ansible/utils/helpers.py +++ b/lib/ansible/utils/helpers.py @@ -33,6 +33,7 @@ def pct_to_int(value, num_items, min_value=1): else: return int(value) + def object_to_dict(obj): """ Converts an object into a dict making the properties into keys