Fix unit test

This commit is contained in:
pkufool 2021-11-18 15:39:49 +08:00
parent a1dd2921bb
commit 5efe6373df

View File

@ -20,12 +20,8 @@ import k2
import pytest import pytest
import torch import torch
from icefall.utils import ( from icefall.env import get_env_info
AttributeDict, from icefall.utils import AttributeDict, encode_supervisions, get_texts
encode_supervisions,
get_env_info,
get_texts,
)
@pytest.fixture @pytest.fixture