Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
88fc8a97
Unverified
Commit
88fc8a97
authored
Jul 14, 2025
by
Daniel song
Committed by
GitHub
Jul 14, 2025
Browse files
Removing redundant python version check (#20888)
Signed-off-by:
Dannyso05
<
dansong1177@gmail.com
>
parent
66f6fbd3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
vllm/entrypoints/openai/serving_engine.py
vllm/entrypoints/openai/serving_engine.py
+0
-5
No files found.
vllm/entrypoints/openai/serving_engine.py
View file @
88fc8a97
...
@@ -18,11 +18,6 @@ from pydantic import BaseModel, ConfigDict, Field
...
@@ -18,11 +18,6 @@ from pydantic import BaseModel, ConfigDict, Field
from
starlette.datastructures
import
Headers
from
starlette.datastructures
import
Headers
from
typing_extensions
import
TypeIs
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
):
if
sys
.
version_info
>=
(
3
,
12
):
from
typing
import
TypedDict
from
typing
import
TypedDict
else
:
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment