mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 11:11:05 +06:00
flake
This commit is contained in:
parent
4d1c98c012
commit
c6f682c1eb
@ -15,13 +15,11 @@
|
||||
|
||||
|
||||
import copy
|
||||
import json
|
||||
import logging
|
||||
import os.path
|
||||
import random
|
||||
import tempfile
|
||||
import unittest
|
||||
import uuid
|
||||
|
||||
from transformers import is_torch_available
|
||||
|
||||
|
@ -25,7 +25,7 @@ from transformers import (
|
||||
GPT2Tokenizer,
|
||||
)
|
||||
|
||||
from .utils import SMALL_MODEL_IDENTIFIER, slow
|
||||
from .utils import SMALL_MODEL_IDENTIFIER, slow # noqa: F401
|
||||
|
||||
|
||||
class AutoTokenizerTest(unittest.TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user