Skip to content

Commit cfad91c

Browse files
committed
refactor: fix pylint-check problem for import sequences
1 parent 83a8b8e commit cfad91c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mindnlp/dataset/load.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
DownloadConfig, DownloadMode, VerificationMode, Version
2424
from mindspore.dataset import GeneratorDataset
2525
from mindspore.communication import get_rank, get_group_size
26+
from mindnlp.configs import DEFAULT_ROOT
2627
from ..accelerate import DistributedType
2728
from ..accelerate.utils import accelerate_distributed_type
2829

0 commit comments

Comments
 (0)