chore: Apply flake8 formatting rules

Signed-off-by: teleprint-me <77757836+teleprint-me@users.noreply.github.com>
This commit is contained in:
teleprint-me 2024-01-09 16:01:26 -05:00
parent 46536a4cb8
commit 2f2b3e443a
No known key found for this signature in database
GPG key ID: B0D11345E65C4D48

View file

@ -24,6 +24,7 @@ import gguf
###### MODEL DEFINITIONS ######
class SentencePieceTokenTypes(IntEnum):
NORMAL = 1
UNKNOWN = 2