Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kzawora-intel committed Dec 2, 2024
1 parent 56da9fc commit e438503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/executor/ray_hpu_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from collections import defaultdict
from itertools import islice, repeat
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Tuple
from typing import TYPE_CHECKING, Any, Callable, Dict, List, Optional, Tuple, Type

Check failure on line 5 in vllm/executor/ray_hpu_executor.py

View workflow job for this annotation

GitHub Actions / ruff (3.12)

Ruff (E501)

vllm/executor/ray_hpu_executor.py:5:81: E501 Line too long (82 > 80)

import msgspec

Expand Down

0 comments on commit e438503

Please sign in to comment.