Skip to content

Commit a49b8bd

Browse files
committed
format
Signed-off-by: shen-shanshan <467638484@qq.com>
1 parent 4a4a7b9 commit a49b8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
#
1919

2020
import contextlib
21-
import gc
2221
from typing import List, Optional, Tuple, TypeVar, Union
2322

2423
import numpy as np
2524
import pytest
25+
import torch
2626
from huggingface_hub import snapshot_download
2727
from PIL import Image
2828
from vllm import LLM, SamplingParams

0 commit comments

Comments
 (0)