Skip to content

Commit

Permalink
minor fix (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhendong authored Nov 19, 2024
1 parent 86b7e79 commit 1880fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lhotse/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class ParallelExecutor:
>>> class MyRunner:
... def __init__(self):
... self.name = name
... pass
... def __call__(self, x):
... return f'processed: {x}'
...
Expand Down

0 comments on commit 1880fc1

Please sign in to comment.