From 4859a79b13a8120c115e91be753f5298522400d4 Mon Sep 17 00:00:00 2001 From: stephantul Date: Thu, 23 Jan 2025 19:15:32 +0100 Subject: [PATCH] remove unnecessary import --- model2vec/hf_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/model2vec/hf_utils.py b/model2vec/hf_utils.py index 53adbe5c..44d0b5e9 100644 --- a/model2vec/hf_utils.py +++ b/model2vec/hf_utils.py @@ -6,7 +6,6 @@ from typing import Any, cast import huggingface_hub -import huggingface_hub.errors import numpy as np import safetensors from huggingface_hub import ModelCard, ModelCardData