Skip to content

Commit 4195064

Browse files
committed
Fix pep8 error
1 parent 1e7bcbc commit 4195064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orpy/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def get_item_properties(item, fields, mixed_case_fields=None):
6060

6161
def format_dict(data):
6262
"""Return a formatted string of key value pairs
63+
6364
:param data: a dict
6465
:rtype: a string formatted to key='value'
6566
"""

0 commit comments

Comments
 (0)