From b9b24cfd5b80e80cda5dd1137aa4042ff0982b86 Mon Sep 17 00:00:00 2001 From: guipenedo Date: Thu, 9 Jan 2025 12:46:58 +0000 Subject: [PATCH] style fix --- src/datatrove/pipeline/decont/n_grams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datatrove/pipeline/decont/n_grams.py b/src/datatrove/pipeline/decont/n_grams.py index b539feb3..45021dd8 100644 --- a/src/datatrove/pipeline/decont/n_grams.py +++ b/src/datatrove/pipeline/decont/n_grams.py @@ -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: