Browse Source

fix isort for pre-commit check

master
suluyan 3 years ago
parent
commit
62c2877b60
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modelscope/models/nlp/__init__.py

+ 1
- 1
modelscope/models/nlp/__init__.py View File

@@ -1,5 +1,5 @@
from .masked_language_model import * # noqa F403
from .bert_for_sequence_classification import * # noqa F403
from .masked_language_model import * # noqa F403
from .palm_for_text_generation import * # noqa F403
from .sbert_for_sentence_similarity import * # noqa F403
from .sbert_for_token_classification import * # noqa F403

Loading…
Cancel
Save