Skip to content

Commit

Permalink
fixed typo: changed __ALL__ to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-lherrou committed Nov 9, 2020
1 parent bd38d0b commit 76bbe0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
ALIGNMENT_PREFIX = 'a'
TRANSCRIPT_DIR = "output"

__ALL__ = [
__all__ = [
"KALDI_AMERICAN_ARCHIVE",
"KALDI_EXPERIMENT_DIR",
"WRAPPED_IMAGE",
Expand Down

0 comments on commit 76bbe0b

Please sign in to comment.