From d77cbfb556c4c1f3b672eb48134d034a2bb65c80 Mon Sep 17 00:00:00 2001 From: Brandon Zarnitz Date: Tue, 5 May 2026 13:39:56 -0400 Subject: [PATCH] Fix typo in huggingface_handler.py" --- .../handlers/huggingface_handler/huggingface_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindsdb/integrations/handlers/huggingface_handler/huggingface_handler.py b/mindsdb/integrations/handlers/huggingface_handler/huggingface_handler.py index c9b0f17a438..0eb5622b2cf 100644 --- a/mindsdb/integrations/handlers/huggingface_handler/huggingface_handler.py +++ b/mindsdb/integrations/handlers/huggingface_handler/huggingface_handler.py @@ -154,7 +154,7 @@ def create(self, target, args=None, **kwargs): # persist changes to handler folder self.engine_storage.folder_sync(model_name) - # todo move infer tasks to a seperate file + # todo move infer tasks to a separate file def predict_text_classification(self, pipeline, item, args): top_k = args.get("top_k", 1000)