fixed a formatting issue

This commit is contained in:
jinzr 2023-07-06 12:45:43 +08:00
parent f5257b1528
commit d377d7bc65

View File

@ -1900,6 +1900,7 @@ def symlink_or_copy(exp_dir: Path, src: str, dst: str):
copyfile(src=exp_dir / src, dst=exp_dir / dst)
os.close(dir_fd)
def num_tokens(
token_table: k2.SymbolTable, disambig_pattern: str = re.compile(r"^#\d+$")
) -> int: