flake
This commit is contained in:
@@ -15,13 +15,11 @@
|
|||||||
|
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import json
|
|
||||||
import logging
|
import logging
|
||||||
import os.path
|
import os.path
|
||||||
import random
|
import random
|
||||||
import tempfile
|
import tempfile
|
||||||
import unittest
|
import unittest
|
||||||
import uuid
|
|
||||||
|
|
||||||
from transformers import is_torch_available
|
from transformers import is_torch_available
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ from transformers import (
|
|||||||
GPT2Tokenizer,
|
GPT2Tokenizer,
|
||||||
)
|
)
|
||||||
|
|
||||||
from .utils import SMALL_MODEL_IDENTIFIER, slow
|
from .utils import SMALL_MODEL_IDENTIFIER, slow # noqa: F401
|
||||||
|
|
||||||
|
|
||||||
class AutoTokenizerTest(unittest.TestCase):
|
class AutoTokenizerTest(unittest.TestCase):
|
||||||
|
|||||||
Reference in New Issue
Block a user