flake
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user