We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0717e52 commit c10eed1Copy full SHA for c10eed1
cache_helper/utils.py
@@ -156,4 +156,4 @@ def _plumb_collections(input_item):
156
# trim trailing comma
157
return_string = ''.join(return_list)
158
# trim last ',' because it lacks significant meaning.
159
- return return_string[:-1]
+ return return_string[:-1]
0 commit comments