Browse Source

[bugfix] delete a redundant import statement in io/pipe/classification.py

tags/v0.5.5
Yige Xu 5 years ago
parent
commit
380e88273d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      fastNLP/io/pipe/classification.py

+ 0
- 1
fastNLP/io/pipe/classification.py View File

@@ -20,7 +20,6 @@ from .pipe import Pipe
from .utils import get_tokenizer, _indexize, _add_words_field, _drop_empty_instance, _add_chars_field
from ..data_bundle import DataBundle
from ..loader.classification import ChnSentiCorpLoader, THUCNewsLoader, WeiboSenti100kLoader
from ..loader.classification import IMDBLoader, YelpFullLoader, SSTLoader, SST2Loader, YelpPolarityLoader
from ..loader.classification import IMDBLoader, YelpFullLoader, SSTLoader, SST2Loader, YelpPolarityLoader, \
AGsNewsLoader
from ...core._logger import logger


Loading…
Cancel
Save