Skip to content

Commit

Permalink
style: apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise authored and roedoejet committed Jun 21, 2024
1 parent 6746b4c commit a92742f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions everyvoice/tests/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,9 @@ def test_text_processing(self):
preprocessed_dir.mkdir(parents=True, exist_ok=True)
output_filelist = preprocessed_dir / "preprocessed_filelist.psv"
shutil.copyfile(filelist_test_info["path"], output_filelist)
fp_config.preprocessing.source_data[
0
].filelist = filelist_test_info["path"]
fp_config.preprocessing.source_data[0].filelist = (
filelist_test_info["path"]
)
fp_config.preprocessing.save_dir = preprocessed_dir
preprocessor = Preprocessor(fp_config)
with capture_stdout() as output, mute_logger(
Expand Down

0 comments on commit a92742f

Please sign in to comment.