1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix PEP 8 issue.

This commit is contained in:
Matt Clay 2017-08-18 16:19:27 -07:00
parent 49c54024e6
commit 7fc4e6b4af

View file

@ -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