Unverified Commit 6d8d34be authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Fix `main` pre-commit (#33975)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 1363e3d6
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project # SPDX-FileCopyrightText: Copyright contributors to the vLLM project
from __future__ import annotations from __future__ import annotations
import re
from collections import defaultdict from collections import defaultdict
from collections.abc import Iterable from collections.abc import Iterable
import regex as re
import torch import torch
import torch.nn as nn import torch.nn as nn
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment