Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 27, 2024
1 parent e77d70f commit c980c4f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions everyvoice/tests/preprocessed_audio_fixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ def setUpClass(cls):
"""Generate a preprocessed test set that can be used in various test cases."""
# We only need to actually run this once
if not PreprocessedAudioFixture._preprocess_ran:
with mute_logger(
"everyvoice.preprocessor"
), capture_stderr(), capture_stdout():
with (
mute_logger("everyvoice.preprocessor"),
capture_stderr(),
capture_stdout(),
):
PreprocessedAudioFixture.preprocessor.preprocess(
output_path=str(PreprocessedAudioFixture.lj_filelist),
cpus=1,
Expand Down

0 comments on commit c980c4f

Please sign in to comment.