Skip to content

Commit c76fc26

Browse files
committed
removing redundant python version check
1 parent 4bbfc36 commit c76fc26

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)