mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix PEP 8 issue.
This commit is contained in:
@@ -33,6 +33,7 @@ def pct_to_int(value, num_items, min_value=1):
|
|||||||
else:
|
else:
|
||||||
return int(value)
|
return int(value)
|
||||||
|
|
||||||
|
|
||||||
def object_to_dict(obj):
|
def object_to_dict(obj):
|
||||||
"""
|
"""
|
||||||
Converts an object into a dict making the properties into keys
|
Converts an object into a dict making the properties into keys
|
||||||
|
|||||||
Reference in New Issue
Block a user