Skip to content

Commit

Permalink
remove return result comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel.oranyeli committed Nov 2, 2024
1 parent 309e749 commit df50a95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions janitor/functions/conditional_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,6 @@ def _conditional_join_compute(
if result is None:
result = np.array([], dtype=np.intp), np.array([], dtype=np.intp)

# return result

if return_matching_indices:
return result

Expand Down

0 comments on commit df50a95

Please sign in to comment.