Skip to content

Commit

Permalink
split docstring to conform with linter
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Thor committed Apr 27, 2022
1 parent 91d48d9 commit 10e6c7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion egs2/TEMPLATE/asr1/pyscripts/utils/convert_text_to_phn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 10e6c7e

Please sign in to comment.