Skip to content

Commit 0c744dd

Browse files
author
Alec Solder
committed
Removing now unused logger
Signed-off-by: Alec Solder <alecs@fb.com>
1 parent 95c3180 commit 0c744dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vllm/config/structured_outputs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@
88
from typing_extensions import Self
99

1010
from vllm.config.utils import config
11-
from vllm.logger import init_logger
1211
from vllm.utils.hashing import safe_hash
1312

1413
StructuredOutputsBackend = Literal[
1514
"auto", "xgrammar", "guidance", "outlines", "lm-format-enforcer"
1615
]
1716

18-
logger = init_logger(__name__)
19-
2017

2118
@config
2219
@dataclass

0 commit comments

Comments
 (0)