Fix main pre-commit (#33975)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2026-02-06 08:08:05 +00:00
committed by GitHub
parent 1363e3d6d5
commit 6d8d34be6d

View File

@@ -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