Skip to content

Commit

Permalink
Merge pull request #301 from DimitriPapadopoulos/return
Browse files Browse the repository at this point in the history
Remove useless return
  • Loading branch information
FrancescAlted authored Nov 2, 2024
2 parents c97b7ed + c8f00f3 commit 1ef06e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/blosc2/lazyexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,6 @@ def fill_chunk_operands(
else:
chunk_operands[key] = value[slice_]

return


def fast_eval(
expression: str | Callable[[tuple, np.ndarray, tuple[int]], None],
Expand Down

0 comments on commit 1ef06e1

Please sign in to comment.