Python - Make style

This commit is contained in:
Anthony MOI
2020-03-05 11:15:09 -05:00
parent 43811698a1
commit b60eef5245

View File

@@ -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.