Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 20, 2024
1 parent 7a0faf7 commit 6b5d835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matcha/utils/data/nabucasa.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import argparse
import os
import random
import sys
import tempfile
from pathlib import Path
import os

import torchaudio
from torch.hub import download_url_to_file
Expand Down Expand Up @@ -141,7 +141,7 @@ def convert_zip_contents(filename, outpath, resample=True):
tf.write(f"{outfile}|{text}\n")
else:
vf.write(f"{outfile}|{text}\n")

else:
continue

Expand Down

0 comments on commit 6b5d835

Please sign in to comment.