Skip to content

Commit b5da588

Browse files
committed
add end of line
1 parent 89d88f3 commit b5da588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

amadeus/client/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ def _flatten_keys(self, d, key, out):
139139
self._flatten_keys(d[k], str(key) + str(keystr), out)
140140
else:
141141
out['{}{}'.format(key, keystr)] = d[k]
142-
return out
142+
return out

0 commit comments

Comments
 (0)