mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-08 13:48:19 +00:00
Python - Make style
This commit is contained in:
@@ -23,7 +23,6 @@ class ByteLevel(PreTokenizer):
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
""" Instantiate a new ByteLevel PreTokenizer """
|
""" Instantiate a new ByteLevel PreTokenizer """
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def alphabet() -> List[str]:
|
def alphabet() -> List[str]:
|
||||||
""" Returns the alphabet used by this PreTokenizer.
|
""" Returns the alphabet used by this PreTokenizer.
|
||||||
|
|||||||
Reference in New Issue
Block a user