Skip to content

Commit 84c61a1

Browse files
authored
Apply suggestion from @bendhouseart
add newline
1 parent b9e770c commit 84c61a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bids/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ def bids_sort(unsorted: dict, schema_spec=None):
221221
"""
222222
indices = entity_indices(schema_spec)
223223

224-
return {k: unsorted[k] for k in sorted(unsorted, key=indices.__getitem__)}
224+
return {k: unsorted[k] for k in sorted(unsorted, key=indices.__getitem__)}

0 commit comments

Comments
 (0)