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