Fix PEP 8 issue.

pull/28426/head
Matt Clay 7 years ago
parent 49c54024e6
commit 7fc4e6b4af

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

Loading…
Cancel
Save