Skip to content

Commit be1a8e5

Browse files
committed
revert lint changes to compiler_interface.py
Signed-off-by: Bill Nell <[email protected]>
1 parent 90e9d05 commit be1a8e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vllm/compilation/compiler_interface.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,9 @@ def _get_shape_env() -> AlwaysHitShapeEnv:
326326
# compilation cache.
327327
if not envs.VLLM_DISABLE_COMPILE_CACHE:
328328
assert hash_str is not None, (
329-
f"failed to get the hash of the compiled graph: {file_path}")
329+
"failed to get the hash of the compiled graph")
330330
assert file_path is not None, (
331-
"failed to get the file path of the compiled graph: {file_path}"
332-
)
331+
"failed to get the file path of the compiled graph")
333332
return compiled_graph, (hash_str, file_path)
334333

335334
def load(self,

0 commit comments

Comments
 (0)