Skip to content

Commit

Permalink
add typehint
Browse files Browse the repository at this point in the history
Signed-off-by: Praateek <praateekm@gmail.com>
  • Loading branch information
praateekmahajan committed Oct 18, 2024
1 parent b3bcb5d commit 221a9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo_curator/modules/fuzzy_dedup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(
else:
self._logger = logger

def generate_hash_permutations(self, n_permutations=260, seed=0):
def generate_hash_permutations(self, n_permutations=260, seed=0) -> np.ndarray:
"""
Generate seeds for all minhash permutations based on the given seed.
"""
Expand Down

0 comments on commit 221a9bd

Please sign in to comment.