From 6d8d34be6dcaff0f5aa6de245adffc2bac5b2d3e Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Fri, 6 Feb 2026 08:08:05 +0000 Subject: [PATCH] Fix `main` pre-commit (#33975) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- vllm/model_executor/models/voyage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/model_executor/models/voyage.py b/vllm/model_executor/models/voyage.py index 0713b128c..bfc06a10e 100644 --- a/vllm/model_executor/models/voyage.py +++ b/vllm/model_executor/models/voyage.py @@ -2,10 +2,10 @@ # SPDX-FileCopyrightText: Copyright contributors to the vLLM project from __future__ import annotations -import re from collections import defaultdict from collections.abc import Iterable +import regex as re import torch import torch.nn as nn