mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-25 01:29:23 +00:00
Updating python formatting. (#1079)
* Updating python formatting. * Forgot gh action. * Skipping isort to prevent circular imports. * Updating stub. * Removing `isort` (it contradicts `stub.py`). * Fixing weird stub black/isort disagreeement.
This commit is contained in:
@ -1,11 +1,14 @@
|
||||
from tokenizers import Tokenizer
|
||||
import json
|
||||
import os
|
||||
import unittest
|
||||
from .utils import data_dir, albert_base
|
||||
import json
|
||||
from huggingface_hub import HfApi, hf_hub_url, cached_download
|
||||
|
||||
import tqdm
|
||||
|
||||
from huggingface_hub import HfApi, cached_download, hf_hub_url
|
||||
from tokenizers import Tokenizer
|
||||
|
||||
from .utils import albert_base, data_dir
|
||||
|
||||
|
||||
class TestSerialization:
|
||||
def test_full_serialization_albert(self, albert_base):
|
||||
|
Reference in New Issue
Block a user