Skip to content

Commit 973ff05

Browse files
Dannyso05py-andy-c
authored andcommitted
Removing redundant python version check (vllm-project#20888)
Signed-off-by: Dannyso05 <dansong1177@gmail.com>
1 parent 071c639 commit 973ff05

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vllm/entrypoints/openai/serving_engine.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
from starlette.datastructures import Headers
1919
from typing_extensions import TypeIs
2020

21-
if sys.version_info >= (3, 12):
22-
from typing import TypedDict
23-
else:
24-
from typing_extensions import TypedDict
25-
2621
if sys.version_info >= (3, 12):
2722
from typing import TypedDict
2823
else:

0 commit comments

Comments
 (0)