mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-26 17:56:32 +08:00
Removing redundant python version check (#20888)
Signed-off-by: Dannyso05 <dansong1177@gmail.com>
This commit is contained in:
parent
66f6fbd393
commit
88fc8a97e3
@ -18,11 +18,6 @@ from pydantic import BaseModel, ConfigDict, Field
|
||||
from starlette.datastructures import Headers
|
||||
from typing_extensions import TypeIs
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
from typing import TypedDict
|
||||
else:
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
from typing import TypedDict
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user