Skip to content

Commit

Permalink
[scripts] Fix missing import in utils/langs/grammar/augment_words_txt…
Browse files Browse the repository at this point in the history
….py (#2742)
  • Loading branch information
francoishernandez authored and danpovey committed Sep 28, 2018
1 parent 6d919f0 commit 19a1811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions egs/wsj/s5/utils/lang/grammar/augment_words_txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import argparse
import os
import sys
import re

def get_args():
parser = argparse.ArgumentParser(description="""This script augments a words.txt
Expand Down

0 comments on commit 19a1811

Please sign in to comment.