Skip to content

Commit

Permalink
fix whitespace err
Browse files Browse the repository at this point in the history
  • Loading branch information
avishaihalev committed Jun 15, 2024
1 parent 3ff90b6 commit 7e9a44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmap_ninja/src/mmap_ninja/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ def _get_from_indexable(indexable, item,):
try:
return indexable[item]
except (IndexError, KeyError):
return None
return None

0 comments on commit 7e9a44a

Please sign in to comment.