mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
mass linter fix
This commit is contained in:
@@ -7,7 +7,7 @@ from mozilla_voice_tts.tts.datasets.preprocess import common_voice
|
||||
|
||||
class TestPreprocessors(unittest.TestCase):
|
||||
|
||||
def test_common_voice_preprocessor(self):
|
||||
def test_common_voice_preprocessor(self): #pylint: disable=no-self-use
|
||||
root_path = get_tests_input_path()
|
||||
meta_file = "common_voice.tsv"
|
||||
items = common_voice(root_path, meta_file)
|
||||
|
||||
Reference in New Issue
Block a user