Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guipenedo committed Jan 9, 2025
1 parent 5e56ea9 commit b9b24cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datatrove/pipeline/decont/n_grams.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def load_index_from_file(file):
).tolist()

with ThreadPoolExecutor() as pool:
hashes = pool.map(load_index_from_file, self.index_folder.list_files(glob_pattern='**/*.index.hashes'))
hashes = pool.map(load_index_from_file, self.index_folder.list_files(glob_pattern="**/*.index.hashes"))

self._index_hashes = {}
for filename, hashlist in hashes:
Expand Down

0 comments on commit b9b24cf

Please sign in to comment.