From 10e6c7ea2e5783442631213dfc20dd7b9543839d Mon Sep 17 00:00:00 2001 From: Gunnar Thor Date: Wed, 27 Apr 2022 09:30:47 +0000 Subject: [PATCH] split docstring to conform with linter --- egs2/TEMPLATE/asr1/pyscripts/utils/convert_text_to_phn.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/egs2/TEMPLATE/asr1/pyscripts/utils/convert_text_to_phn.py b/egs2/TEMPLATE/asr1/pyscripts/utils/convert_text_to_phn.py index 5686129211d..67628f6ad00 100755 --- a/egs2/TEMPLATE/asr1/pyscripts/utils/convert_text_to_phn.py +++ b/egs2/TEMPLATE/asr1/pyscripts/utils/convert_text_to_phn.py @@ -52,7 +52,10 @@ def main(): @contextlib.contextmanager def tqdm_joblib(tqdm_object): - """Context manager to patch joblib to report into tqdm progress bar given as argument""" + """ + Context manager to patch joblib to report + into tqdm progress bar given as argument + """ class TqdmBatchCompletionCallback(parallel.BatchCompletionCallBack): def __call__(self, *args, **kwargs):