Skip to content

Commit 31166d9

Browse files
committed
revert lint changes to compiler_interface.py
Signed-off-by: Bill Nell <[email protected]>
1 parent 69dbd31 commit 31166d9

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
@@ -412,10 +412,9 @@ def _get_shape_env() -> AlwaysHitShapeEnv:
412412
# compilation cache.
413413
if not envs.VLLM_DISABLE_COMPILE_CACHE:
414414
assert hash_str is not None, (
415-
f"failed to get the hash of the compiled graph: {file_path}")
415+
"failed to get the hash of the compiled graph")
416416
assert file_path is not None, (
417-
"failed to get the file path of the compiled graph: {file_path}"
418-
)
417+
"failed to get the file path of the compiled graph")
419418
return compiled_graph, (hash_str, file_path)
420419

421420
def load(self,

0 commit comments

Comments
 (0)