From 6178d3dd4a36514d1465cfae0ebbadcf87446024 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 18 Mar 2024 11:28:28 +0100 Subject: [PATCH] flake8 --- sdk/tokenizers/tokenizer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/tokenizers/tokenizer.py b/sdk/tokenizers/tokenizer.py index 6ec502c..3b8b690 100644 --- a/sdk/tokenizers/tokenizer.py +++ b/sdk/tokenizers/tokenizer.py @@ -26,7 +26,8 @@ def __init__(self, model_name: str, Initializes the TokenizerObject class with the given parameters. Args: - model_name (str): The name of the model associated with the tokenizer . + model_name (str): The name of + the model associated with the tokenizer . tokenizer_name (str): The name of the tokenizer tokenizer_path (str): The path of the tokenizer options (OptionsTokenizer): The options for the tokenizer.